-
Bug
-
Resolution: Not an Issue
-
P4
-
11, 12, 15
compiler/jvmci/compilerToVM/GetFlagValueTest.java fail with error:
java.lang.RuntimeException: Value of flag IgnoreLockingAssertions: expected false to equal true
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:205)
at compiler.jvmci.compilerToVM.GetFlagValueTest.main(GetFlagValueTest.java:89)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Value of flag IgnoreLockingAssertions: expected false to equal true
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Value of flag IgnoreLockingAssertions: expected false to equal true
java.lang.RuntimeException: Value of flag IgnoreLockingAssertions: expected false to equal true
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:205)
at compiler.jvmci.compilerToVM.GetFlagValueTest.main(GetFlagValueTest.java:89)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Value of flag IgnoreLockingAssertions: expected false to equal true
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Value of flag IgnoreLockingAssertions: expected false to equal true
- relates to
-
JDK-8298272 Clean up ProblemList
-
- Resolved
-