8014639: Remove debug flag from test runs
authorattila
Wed, 15 May 2013 10:28:18 +0200
changeset 17746 bc27c77a3568
parent 17745 86e5a15b3b20
child 17747 57c9166de06e
8014639: Remove debug flag from test runs Reviewed-by: hannesw, lagergren
nashorn/make/project.properties
--- a/nashorn/make/project.properties	Tue May 14 19:56:35 2013 +0200
+++ b/nashorn/make/project.properties	Wed May 15 10:28:18 2013 +0200
@@ -216,7 +216,7 @@
 
 #  -XX:+PrintCompilation -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMethods
 # add '-Dtest.js.outofprocess' to run each test in a new sub-process
-run.test.jvmargs.main=-server -Xmx${run.test.xmx} -XX:+TieredCompilation -ea -Dnashorn.debug=true -Dfile.encoding=UTF-8
+run.test.jvmargs.main=-server -Xmx${run.test.xmx} -XX:+TieredCompilation -ea -Dfile.encoding=UTF-8
 #-XX:+HeapDumpOnOutOfMemoryError -XX:-UseCompressedKlassPointers -XX:+PrintHeapAtGC -XX:ClassMetaspaceSize=300M  
 run.test.jvmargs.octane.main=-Xms${run.test.xms} ${run.test.jvmargs.main}