Since merging jdk-26+23, the following tests can "fail" (with -Xcomp):
* compiler/valhalla/inlinetypes/TestC1.java
* compiler/valhalla/inlinetypes/TestCastMismatch.java
* compiler/valhalla/inlinetypes/TestGetfieldChains.java
With:
Internal Error (src/hotspot/share/oops/method.cpp:349),
# assert((is_native() && bcp == code_base()) || contains(bcp) || VMError::is_error_reported()) failed: bcp doesn't belong to this method. bcp: 0x00007fa3ae7f7e30
Merge commits of interest may be:JDK-8327963 (including JDK-8372259)
* compiler/valhalla/inlinetypes/TestC1.java
* compiler/valhalla/inlinetypes/TestCastMismatch.java
* compiler/valhalla/inlinetypes/TestGetfieldChains.java
With:
Internal Error (src/hotspot/share/oops/method.cpp:349),
# assert((is_native() && bcp == code_base()) || contains(bcp) || VMError::is_error_reported()) failed: bcp doesn't belong to this method. bcp: 0x00007fa3ae7f7e30
Merge commits of interest may be:
- relates to
-
JDK-8372345 [lworld] Problem list JDK-8372341
-
- Resolved
-
-
JDK-8373937 [lworld] misc tests fail assert(Universe::heap()->is_in_or_null(r)) failed: bad receiver
-
- In Progress
-