mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8211446: Replace oop_pc_follow_contents with oop_iterate and closure
Reviewed-by: sjohanss, tschatzl
This commit is contained in:
parent
4bc903d17a
commit
78fe66c3bb
14 changed files with 94 additions and 173 deletions
|
@ -427,9 +427,6 @@ void oopDesc::incr_age() {
|
|||
}
|
||||
|
||||
#if INCLUDE_PARALLELGC
|
||||
void oopDesc::pc_follow_contents(ParCompactionManager* cm) {
|
||||
klass()->oop_pc_follow_contents(this, cm);
|
||||
}
|
||||
|
||||
void oopDesc::pc_update_contents(ParCompactionManager* cm) {
|
||||
Klass* k = klass();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue