| Other | 
|---|
| repo-valhallaFixed | 
| 
 Blocks :   
 | 
|
| 
 Duplicate :   
 | 
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.
  |