-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
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
- relates to
-
JDK-8222787 [lworld] JVM should be enhanced to work with static <init> factory methods for inline types
- Resolved