mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8211447: Replace oop_pc_update_pointers with oop_iterate and closure
Reviewed-by: sjohanss, tschatzl
This commit is contained in:
parent
78fe66c3bb
commit
e898052f3b
13 changed files with 21 additions and 166 deletions
|
@ -285,13 +285,6 @@ class oopDesc {
|
|||
// mark-sweep support
|
||||
void follow_body(int begin, int end);
|
||||
|
||||
// Garbage Collection support
|
||||
|
||||
#if INCLUDE_PARALLELGC
|
||||
// Parallel Compact
|
||||
inline void pc_update_contents(ParCompactionManager* cm);
|
||||
#endif
|
||||
|
||||
template <typename OopClosureType>
|
||||
inline void oop_iterate(OopClosureType* cl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue