mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
Capitalize these metadata types (and objArrayKlass) Reviewed-by: stefank, twisti, kvn
This commit is contained in:
parent
9972f3d338
commit
28047d6a0f
79 changed files with 440 additions and 443 deletions
|
@ -44,7 +44,7 @@ inline void oopDesc::update_contents(ParCompactionManager* cm) {
|
|||
// It might contain oops beyond the header, so take the virtual call.
|
||||
new_klass->oop_update_pointers(cm, this);
|
||||
}
|
||||
// Else skip it. The typeArrayKlass in the header never needs scavenging.
|
||||
// Else skip it. The TypeArrayKlass in the header never needs scavenging.
|
||||
}
|
||||
|
||||
inline void oopDesc::follow_contents(ParCompactionManager* cm) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue