8134626: Misc cleanups after generation array removal

Reviewed-by: david, dholmes, tschatzl
This commit is contained in:
Jesper Wilhelmsson 2015-08-18 21:32:21 +02:00
parent c166f75b22
commit 49fb91407d
40 changed files with 653 additions and 702 deletions

View file

@ -1360,7 +1360,7 @@ ObjectMonitor * NOINLINE ObjectSynchronizer::inflate(Thread * Self,
}
// We've successfully installed INFLATING (0) into the mark-word.
// This is the only case where 0 will appear in a mark-work.
// This is the only case where 0 will appear in a mark-word.
// Only the singular thread that successfully swings the mark-word
// to 0 can perform (or more precisely, complete) inflation.
//