Fixing a bug in ClassLoader.defineClass(); basically this method has to still return...
[jpf-core.git] / jpf.properties
index f4f093d2f30fcef24ca6e17326c757b7afaecfe4..8942678621075358076c951d93d9c4ceb0cebc50 100644 (file)
@@ -22,6 +22,7 @@ jpf-core.native_classpath=\
 
 jpf-core.classpath=\
   ${jpf-core}/build/jpf-classes.jar;\
+  ${jpf-core}/build/asm-7.1.jar;\
   ${jpf-core}/build/examples
 
 jpf-core.sourcepath=\
@@ -419,7 +420,7 @@ listener.gov.nasa.jpf.Const=gov.nasa.jpf.tools.ConstChecker
 ### PreciseRaceDetector
 
 # we don't check for races in standard libraries
-race.exclude=java.*,javax.*,groovy.*,org.*
+race.exclude=java.*,javax.*
 
 
 ############################### 5. test part #############################