-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: repo-valhalla
-
Component/s: hotspot
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
-