diff options
author | sundar <none@none> | 2013-05-24 23:27:52 +0530 |
---|---|---|
committer | sundar <none@none> | 2013-05-24 23:27:52 +0530 |
commit | db0e81f3f23b239c2d96b45d8aed31cb831572e0 (patch) | |
tree | 2ce936c6d04298d023448419865b4161d8dd19ce /make | |
parent | 224601bc908db0a2f7f38ddaa1936ca3d7948963 (diff) | |
download | nashorn-db0e81f3f23b239c2d96b45d8aed31cb831572e0.tar.gz |
8015351: Nashorn shell does not start with Turkish locale
Reviewed-by: jlaskey
Diffstat (limited to 'make')
-rw-r--r-- | make/project.properties | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/make/project.properties b/make/project.properties index 9ed8125e..839d7486 100644 --- a/make/project.properties +++ b/make/project.properties @@ -214,9 +214,13 @@ test.src.dir=test/src run.test.xmx=3G run.test.xms=2G +run.test.user.language=tr +run.test.user.country=TR + # -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 -Dfile.encoding=UTF-8 +run.test.jvmargs.main=-server -Xmx${run.test.xmx} -XX:+TieredCompilation -ea -Dfile.encoding=UTF-8 -Duser.language=${run.test.user.language} -Duser.country=${run.test.user.country} + #-XX:+HeapDumpOnOutOfMemoryError -XX:-UseCompressedKlassPointers -XX:+PrintHeapAtGC -XX:ClassMetaspaceSize=300M run.test.jvmargs.octane.main=-Xms${run.test.xms} ${run.test.jvmargs.main} |