-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b16
Thanks [~fyang] for reporting this under the PR https://github.com/openjdk/jdk/pull/24049 !
The test added inJDK-8351952 apparently does not pass in product build.
Ran it with:
make test TEST="testlibrary_tests/ir_framework/tests/TestNotCompilable.java" CONF=linux-x64
java.lang.RuntimeException: should have thrown TestRunException/TestVMException or IRViolationException
at ir_framework.tests.TestNotCompilable.runWithExcludeExpectFailure(TestNotCompilable.java:100)
at ir_framework.tests.TestNotCompilable.runTests(TestNotCompilable.java:58)
at ir_framework.tests.TestNotCompilable.main(TestNotCompilable.java:41)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
at java.base/java.lang.Thread.run(Thread.java:1447)
The test added in
Ran it with:
make test TEST="testlibrary_tests/ir_framework/tests/TestNotCompilable.java" CONF=linux-x64
java.lang.RuntimeException: should have thrown TestRunException/TestVMException or IRViolationException
at ir_framework.tests.TestNotCompilable.runWithExcludeExpectFailure(TestNotCompilable.java:100)
at ir_framework.tests.TestNotCompilable.runTests(TestNotCompilable.java:58)
at ir_framework.tests.TestNotCompilable.main(TestNotCompilable.java:41)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
at java.base/java.lang.Thread.run(Thread.java:1447)
- caused by
-
JDK-8351952 [IR Framework]: allow ignoring methods that are not compilable
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/56a4ffa6
-
Review(master) openjdk/jdk/24161