Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: repo-valhalla
-
Fix Version/s: repo-valhalla
-
Component/s: hotspot
-
Labels:
-
Subcomponent:
Description
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.
Attachments
Issue Links
- 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
-