-
Bug
-
Resolution: Fixed
-
P1
-
8, 9
-
b12
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8041110 | 9 | Roland Westrelin | P1 | Resolved | Fixed | b12 |
JDK-8045423 | 8u25 | Roland Westrelin | P1 | Resolved | Fixed | b01 |
JDK-8053341 | emb-8u26 | Roland Westrelin | P1 | Resolved | Fixed | b17 |
compiler/types/correctness/OffTest.java crashes VM with SIGSEGV:
#
# SIGSEGV (0xb) at pc=0x00007f86e078522b, pid=22727, tid=140216861116160
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b62-internal-fastdebug mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0xcc622b] MethodData::next_data(ProfileData*) const+0x1b
#
TypeProfiling is turned on with -XX:TypeProfileLevel=010
Test failed on the next test case:
hierarchies.DefaultMethodInterface$Hierarchy :: ArrayCopy # RETURN @ MethodHandleDelegate # execution.TypeConflict
This means that we executed return type profiling test that exercises System.arraycopy usage in the method invoked with MethodHandles.invoke.
#
# SIGSEGV (0xb) at pc=0x00007f86e078522b, pid=22727, tid=140216861116160
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b62-internal-fastdebug mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0xcc622b] MethodData::next_data(ProfileData*) const+0x1b
#
TypeProfiling is turned on with -XX:TypeProfileLevel=010
Test failed on the next test case:
hierarchies.DefaultMethodInterface$Hierarchy :: ArrayCopy # RETURN @ MethodHandleDelegate # execution.TypeConflict
This means that we executed return type profiling test that exercises System.arraycopy usage in the method invoked with MethodHandles.invoke.
- backported by
-
JDK-8041110 SIGSEGV in MethodData::next_data(ProfileData*)
- Resolved
-
JDK-8045423 SIGSEGV in MethodData::next_data(ProfileData*)
- Resolved
-
JDK-8053341 SIGSEGV in MethodData::next_data(ProfileData*)
- Resolved
- relates to
-
JDK-8038418 New tests development for type profiling and speculation
- Resolved
-
JDK-8071688 AARCH64: SIGSEGV in MethodData::next_data(ProfileData*)
- Resolved