-
Bug
-
Resolution: Unresolved
-
P4
-
None
Creating the archive classes_coh_valhalla.jsa with
java --enable-preview -XX:+UseCompactObjectHeaders -Xshare:dump
works with no issues, however using this archive with
java --enable-preview -Xshare:on -XX:+UseCompactObjectHeaders
leads to the following crash:
# Internal Error (/home/opc/work/valhalla/open/src/hotspot/share/oops/inlineKlass.cpp:667), pid=3762285, tid=3762286
# guarantee(prototype_header().is_inline_type()) failed: Prototype header is not inline type
java --enable-preview -XX:+UseCompactObjectHeaders -Xshare:dump
works with no issues, however using this archive with
java --enable-preview -Xshare:on -XX:+UseCompactObjectHeaders
leads to the following crash:
# Internal Error (/home/opc/work/valhalla/open/src/hotspot/share/oops/inlineKlass.cpp:667), pid=3762285, tid=3762286
# guarantee(prototype_header().is_inline_type()) failed: Prototype header is not inline type
- relates to
-
JDK-8348568 [lworld] Support UseCompactObjectHeaders for Valhalla
-
- Open
-
- links to
-
Review(lworld) openjdk/valhalla/1577