mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8204540: Automatic oop closure devirtualization
Reviewed-by: kbarrett, eosterlund
This commit is contained in:
parent
af4bf0927b
commit
11813888b8
101 changed files with 1024 additions and 1576 deletions
|
@ -81,7 +81,8 @@ Method* ArrayKlass::uncached_lookup_method(const Symbol* name,
|
|||
return super()->uncached_lookup_method(name, signature, Klass::skip_overpass, private_mode);
|
||||
}
|
||||
|
||||
ArrayKlass::ArrayKlass(Symbol* name) :
|
||||
ArrayKlass::ArrayKlass(Symbol* name, KlassID id) :
|
||||
Klass(id),
|
||||
_dimension(1),
|
||||
_higher_dimension(NULL),
|
||||
_lower_dimension(NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue