-
Bug
-
Resolution: Fixed
-
P5
-
11
-
b01
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8299737 | 11.0.19-oracle | Tobias Hartmann | P5 | Resolved | Fixed | b02 |
ADDITIONAL SYSTEM INFORMATION :
OS: Ubuntu18.04
$ java -version
openjdk version "11.0.17-internal" 2022-10-18
OpenJDK Runtime Environment (fastdebug build 11.0.17-internal+0-adhoc.root.jdk11u)
OpenJDK 64-Bit Server VM (fastdebug build 11.0.17-internal+0-adhoc.root.jdk11u, mixed mode)
A DESCRIPTION OF THE PROBLEM :
JVM crashes with option " -XX:+PrintInlining -XX:+AlwaysIncrementalInline " on JDK11.
Reproduce:
$ java -XX:+PrintInlining -XX:+AlwaysIncrementalInline TestMethodHandleInvokesIntrinsic
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/root/jdk_source/jdk11u/src/hotspot/share/opto/compile.cpp:4494), pid=31355, tid=31396
# assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
#
# JRE version: OpenJDK Runtime Environment (11.0.17) (fastdebug build 11.0.17-internal+0-adhoc.root.jdk11u)
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 11.0.17-internal+0-adhoc.root.jdk11u, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /home/root/core.31355)
---------- BEGIN SOURCE ----------
---------- END SOURCE ----------
FREQUENCY : always
OS: Ubuntu18.04
$ java -version
openjdk version "11.0.17-internal" 2022-10-18
OpenJDK Runtime Environment (fastdebug build 11.0.17-internal+0-adhoc.root.jdk11u)
OpenJDK 64-Bit Server VM (fastdebug build 11.0.17-internal+0-adhoc.root.jdk11u, mixed mode)
A DESCRIPTION OF THE PROBLEM :
JVM crashes with option " -XX:+PrintInlining -XX:+AlwaysIncrementalInline " on JDK11.
Reproduce:
$ java -XX:+PrintInlining -XX:+AlwaysIncrementalInline TestMethodHandleInvokesIntrinsic
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/root/jdk_source/jdk11u/src/hotspot/share/opto/compile.cpp:4494), pid=31355, tid=31396
# assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
#
# JRE version: OpenJDK Runtime Environment (11.0.17) (fastdebug build 11.0.17-internal+0-adhoc.root.jdk11u)
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 11.0.17-internal+0-adhoc.root.jdk11u, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /home/root/core.31355)
---------- BEGIN SOURCE ----------
---------- END SOURCE ----------
FREQUENCY : always
- backported by
-
JDK-8299737 assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
- Resolved