mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8025856: Fix typos in the GC code
Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
This commit is contained in:
parent
4c7c3f0613
commit
81ba2e32c0
150 changed files with 524 additions and 545 deletions
|
@ -49,7 +49,7 @@ class ObjectSynchronizer : AllStatic {
|
|||
// to use enter() and exit() in order to make sure user be ware
|
||||
// of the performance and semantics difference. They are normally
|
||||
// used by ObjectLocker etc. The interpreter and compiler use
|
||||
// assembly copies of these routines. Please keep them synchornized.
|
||||
// assembly copies of these routines. Please keep them synchronized.
|
||||
//
|
||||
// attempt_rebias flag is used by UseBiasedLocking implementation
|
||||
static void fast_enter (Handle obj, BasicLock* lock, bool attempt_rebias, TRAPS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue