mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8138737: Remove oop_ms_adjust_pointers and use oop_iterate instead
Reviewed-by: kbarrett, stefank
This commit is contained in:
parent
111afb73a5
commit
e237e703df
15 changed files with 162 additions and 150 deletions
|
@ -112,8 +112,6 @@ class ObjArrayKlass : public ArrayKlass {
|
|||
|
||||
// GC specific object visitors
|
||||
//
|
||||
// Mark Sweep
|
||||
int oop_ms_adjust_pointers(oop obj);
|
||||
#if INCLUDE_ALL_GCS
|
||||
// Parallel Scavenge
|
||||
void oop_ps_push_contents( oop obj, PSPromotionManager* pm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue