-
Bug
-
Resolution: Fixed
-
P3
-
16, 17, 18, repo-panama
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8274489 | 17.0.2 | Tobias Hartmann | P3 | Resolved | Fixed | b01 |
Almost all vector tests (jdk/incubator/vector/) crashed with
# Internal Error (/home/katya/work/JavaSE/Hotspot/ws/jdk.panama-dev/open/src/hotspot/share/opto/compile.cpp:696), pid=8135, tid=8164
# assert(IncrementalInline || (_late_inlines.length() == 0 && !has_mh_late_inlines())) failed: incremental inlining is off
#
when running with "-XX:-Inline" with fastdebug build.
Perhaps it is not very reasonable flag for Vector API (used to get more precise code coverage) but
it still should not result in crash.
# Internal Error (/home/katya/work/JavaSE/Hotspot/ws/jdk.panama-dev/open/src/hotspot/share/opto/compile.cpp:696), pid=8135, tid=8164
# assert(IncrementalInline || (_late_inlines.length() == 0 && !has_mh_late_inlines())) failed: incremental inlining is off
#
when running with "-XX:-Inline" with fastdebug build.
Perhaps it is not very reasonable flag for Vector API (used to get more precise code coverage) but
it still should not result in crash.
- backported by
-
JDK-8274489 assert(IncrementalInline || (_late_inlines.length() == 0 && !has_mh_late_inlines()))
-
- Resolved
-
- duplicates
-
JDK-8271438 Crash with -XX:-Inline on basic vector API case (debug builds)
-
- Closed
-
- relates to
-
JDK-8257211 C2: Enable call devirtualization during post-parse phase
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u/962f3937
-
Commit openjdk/jdk/28ba78e6
-
Review openjdk/jdk17u/103
-
Review openjdk/jdk/5249
(2 links to)