mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -1201,14 +1201,6 @@ ConcurrentMarkSweepGeneration::par_promote(int thread_num,
|
|||
return obj;
|
||||
}
|
||||
|
||||
void
|
||||
ConcurrentMarkSweepGeneration::
|
||||
par_promote_alloc_undo(int thread_num,
|
||||
HeapWord* obj, size_t word_sz) {
|
||||
// CMS does not support promotion undo.
|
||||
ShouldNotReachHere();
|
||||
}
|
||||
|
||||
void
|
||||
ConcurrentMarkSweepGeneration::
|
||||
par_promote_alloc_done(int thread_num) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue