mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +02:00
8066133: Fix missing reivew changes for JDK-8065972
Reviewed-by: mgerdin, stefank
This commit is contained in:
parent
0ecc753586
commit
d8635f58cd
11 changed files with 4 additions and 440 deletions
|
@ -1151,9 +1151,6 @@ class ConcurrentMarkSweepGeneration: public CardGeneration {
|
|||
// Overrides for parallel promotion.
|
||||
virtual oop par_promote(int thread_num,
|
||||
oop obj, markOop m, size_t word_sz);
|
||||
// This one should not be called for CMS.
|
||||
virtual void par_promote_alloc_undo(int thread_num,
|
||||
HeapWord* obj, size_t word_sz);
|
||||
virtual void par_promote_alloc_done(int thread_num);
|
||||
virtual void par_oop_since_save_marks_iterate_done(int thread_num);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue