8012529: Remove -esa from testing jvmargs
authorjlaskey
Wed, 17 Apr 2013 15:36:48 -0300
changeset 17227 4b672a65f753
parent 17226 3a7fb9ac7ec7
child 17228 dfe37cd16e4a
child 17229 70c3875b3c63
8012529: Remove -esa from testing jvmargs Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
nashorn/make/project.properties
--- a/nashorn/make/project.properties	Wed Apr 17 08:48:00 2013 -0300
+++ b/nashorn/make/project.properties	Wed Apr 17 15:36:48 2013 -0300
@@ -214,7 +214,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 -esa -ea -Dnashorn.debug=true -Dfile.encoding=UTF-8
+run.test.jvmargs.main=-server -Xmx${run.test.xmx} -XX:-TieredCompilation -ea -Dnashorn.debug=true -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}