8134887: nashorn ant test configuration should disable assertion for LamdaFormEditor class

Reviewed-by: attila, jlaskey
This commit is contained in:
Athijegannathan Sundararajan 2015-09-01 23:08:33 +05:30
parent 5176e1dbd7
commit b803598d6a

@ -302,7 +302,7 @@ run.test.jvmargs.common=\
-XX:+HeapDumpOnOutOfMemoryError
# turn on assertions for tests
run.test.jvmargs.main=${run.test.jvmargs.common} -esa -ea
run.test.jvmargs.main=${run.test.jvmargs.common} -esa -ea -da:java.lang.invoke.LambdaFormEditor
# Extra jvmargs that might be useful for debugging
# and performance improvements/monitoring