mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8134626: Misc cleanups after generation array removal
Reviewed-by: david, dholmes, tschatzl
This commit is contained in:
parent
c166f75b22
commit
49fb91407d
40 changed files with 653 additions and 702 deletions
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue