8066133: Fix missing reivew changes for JDK-8065972

Reviewed-by: mgerdin, stefank
This commit is contained in:
Bengt Rutisson 2014-11-28 08:20:52 +01:00
parent 0ecc753586
commit d8635f58cd
11 changed files with 4 additions and 440 deletions

View file

@ -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) {