8134887: nashorn ant test configuration should disable assertion for LamdaFormEditor class
authorsundar
Tue, 01 Sep 2015 23:08:33 +0530
changeset 32438 58a722811c59
parent 32437 153cb8aeb422
child 32439 02f04a3f0a00
8134887: nashorn ant test configuration should disable assertion for LamdaFormEditor class Reviewed-by: attila, jlaskey
nashorn/make/project.properties
--- a/nashorn/make/project.properties	Tue Sep 01 18:19:29 2015 +0200
+++ b/nashorn/make/project.properties	Tue Sep 01 23:08:33 2015 +0530
@@ -302,7 +302,7 @@
   -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