Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8207297 | 12 | Vladimir Kozlov | P3 | Resolved | Fixed | b03 |
JDK-8207504 | 11.0.2 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-8207615 | 11.0.1 | Vladimir Kozlov | P3 | Resolved | Fixed | b02 |
I am testing JDK-8206135 and when I disabled jvmci, graal and aot build in configure (--with-jvm-features=-graal,-aot,-jvmci --disable-aot) test TestTypeProfiling.java fails (reproduced on linux-x64):
java.lang.RuntimeException: mRetTypeCheck is not deoptimized (should deoptimize for actual type check)
at compiler.profiling.TestTypeProfiling.main(TestTypeProfiling.java:132)
No additional jtreg flags are needed to reproduce.
java.lang.RuntimeException: mRetTypeCheck is not deoptimized (should deoptimize for actual type check)
at compiler.profiling.TestTypeProfiling.main(TestTypeProfiling.java:132)
No additional jtreg flags are needed to reproduce.
- backported by
-
JDK-8207297 compiler/profiling/TestTypeProfiling.java fails when JVMCI build disabled
-
- Resolved
-
-
JDK-8207504 compiler/profiling/TestTypeProfiling.java fails when JVMCI build disabled
-
- Resolved
-
-
JDK-8207615 compiler/profiling/TestTypeProfiling.java fails when JVMCI build disabled
-
- Resolved
-
- relates to
-
JDK-8189439 Parameters type profiling is not performed from aarch64 interpreter
-
- Resolved
-