mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -1163,8 +1163,6 @@ public:
|
|||
|
||||
// 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