-
Bug
-
Resolution: Unresolved
-
P4
-
26
java.lang.RuntimeException: ' HugeSwitch::shortMethod (' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:253)
at compiler.runtime.TestDontCompileHugeMethods.runTest(TestDontCompileHugeMethods.java:111)
at compiler.runtime.TestDontCompileHugeMethods.main(TestDontCompileHugeMethods.java:119)
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:1474)
Log only shows:
2561 1260 b 1 HugeSwitch::main (34 bytes)
2565 1260 1 HugeSwitch::main (34 bytes) made not entrant: C1 deoptimize for patching
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:253)
at compiler.runtime.TestDontCompileHugeMethods.runTest(TestDontCompileHugeMethods.java:111)
at compiler.runtime.TestDontCompileHugeMethods.main(TestDontCompileHugeMethods.java:119)
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:1474)
Log only shows:
2561 1260 b 1 HugeSwitch::main (34 bytes)
2565 1260 1 HugeSwitch::main (34 bytes) made not entrant: C1 deoptimize for patching
- caused by
-
JDK-8366118 DontCompileHugeMethods is not respected with -XX:-TieredCompilation
-
- Resolved
-