aboutsummaryrefslogtreecommitdiff
path: root/make/project.properties
diff options
context:
space:
mode:
authorlagergren <none@none>2013-05-07 14:43:17 +0200
committerlagergren <none@none>2013-05-07 14:43:17 +0200
commit986cf69a1b088067f27083cdbbdaeda096237c8a (patch)
tree9ed993e765a710fe9511ec7e051bcdc2d752ca0c /make/project.properties
parent1731eee75fb325581f02c831a001eeb6f218ca6d (diff)
downloadjdk8u_nashorn-986cf69a1b088067f27083cdbbdaeda096237c8a.tar.gz
8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes.
Reviewed-by: jlaskey, attila
Diffstat (limited to 'make/project.properties')
-rw-r--r--make/project.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/project.properties b/make/project.properties
index e2f39bb7..bd4cf5d3 100644
--- a/make/project.properties
+++ b/make/project.properties
@@ -214,7 +214,7 @@ run.test.xms=2G
# -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 -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}