mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6914300: ciEnv should export all well known classes
Reviewed-by: kvn, twisti
This commit is contained in:
parent
6c0af1575c
commit
98449cf2c2
64 changed files with 361 additions and 443 deletions
|
@ -67,7 +67,7 @@ class arrayKlass: public Klass {
|
|||
// Compiler/Interpreter offset
|
||||
static ByteSize component_mirror_offset() { return byte_offset_of(arrayKlass, _component_mirror); }
|
||||
|
||||
virtual klassOop java_super() const;//{ return SystemDictionary::object_klass(); }
|
||||
virtual klassOop java_super() const;//{ return SystemDictionary::Object_klass(); }
|
||||
|
||||
// Allocation
|
||||
// Sizes points to the first dimension of the array, subsequent dimensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue