Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: repo-valhalla
-
Fix Version/s: repo-valhalla
-
Component/s: hotspot
-
Subcomponent:
Description
JCK test api/java_lang/invoke/MethodHandles/Lookup/ExceptionsTests crashes with:
# Internal Error (open/src/hotspot/share/prims/methodHandles.cpp:817), pid=17804, tid=17829
# assert(false) failed: ref_kind=8
ref_kind 8 is JVM_REF_newInvokeSpecial.
The test gets the same crash regardless of the setting of the EnableValhalla option
# Internal Error (open/src/hotspot/share/prims/methodHandles.cpp:817), pid=17804, tid=17829
# assert(false) failed: ref_kind=8
ref_kind 8 is JVM_REF_newInvokeSpecial.
The test gets the same crash regardless of the setting of the EnableValhalla option
Attachments
Issue Links
- relates to
-
JDK-8222787 [lworld] JVM should be enhanced to work with static <init> factory methods for inline types
-
- Resolved
-