-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
http://hg.openjdk.java.net/valhalla/valhalla/file/fb97bb15ea8e/src/hotspot/share/oops/method.cpp#l1039
assert(!method_holder()->is_value(), "FIXME: valuetype not supported by CDS");
---
To support valuetypes, we need to implement two more trampoline entries for Method::{_from_compiled_value_ro_entry, _from_compiled_value_entry). We probably should also store EnableValhalla in the CDS archive header, and disable CDS if the run-time and dump-time value of EnableValhalla is different.
assert(!method_holder()->is_value(), "FIXME: valuetype not supported by CDS");
---
To support valuetypes, we need to implement two more trampoline entries for Method::{_from_compiled_value_ro_entry, _from_compiled_value_entry). We probably should also store EnableValhalla in the CDS archive header, and disable CDS if the run-time and dump-time value of EnableValhalla is different.
- duplicates
-
JDK-8210258 [lworld] CDS broken
-
- Closed
-
- is blocked by
-
JDK-8231610 Relocate the CDS archive if it cannot be mapped to the requested address
-
- Resolved
-
- relates to
-
JDK-8309357 [lworld] CDS is broken with InlineKlasses after the merge
-
- Resolved
-