Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135562 | emb-9 | Igor Veresov | P4 | Resolved | Fixed | team |
Also, 32 bit platform build(Linux-i586) product build catch internal error("Error: Unimplemented()") when ran in client mode and with "-XX:CompilationPolicyChoice=1":
java -client -XX:CompilationPolicyChoice=1
Here are output for Java 9 b61 product build for Linux-i586 platform:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (compilationPolicy.cpp:66), pid=22658, tid=4137761600
# Error: Unimplemented()
#
# JRE version: (9.0-b61) (build )
# Java VM: Java HotSpot(TM) Client VM (1.9.0-ea-b61 mixed mode, sharing linux-x86 )
...
Java 8u45 are also affected(hs_err_pid22418.log is attached)
java -client -XX:CompilationPolicyChoice=1
Here are output for Java 9 b61 product build for Linux-i586 platform:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (compilationPolicy.cpp:66), pid=22658, tid=4137761600
# Error: Unimplemented()
#
# JRE version: (9.0-b61) (build )
# Java VM: Java HotSpot(TM) Client VM (1.9.0-ea-b61 mixed mode, sharing linux-x86 )
...
Java 8u45 are also affected(hs_err_pid22418.log is attached)
- backported by
-
JDK-8135562 Java 9-fastdebug ia32 Error: Unimplemented with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options
-
- Resolved
-
- relates to
-
JDK-8079062 Java 9-fastdebug crash(hit assertion) with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options
-
- Resolved
-