mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +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
|
@ -487,7 +487,7 @@ void VM_PopulateDumpSharedSpace::doit() {
|
|||
NOT_PRODUCT(SystemDictionary::verify();)
|
||||
|
||||
// Copy the the symbol table, and the system dictionary to the shared
|
||||
// space in usable form. Copy the hastable
|
||||
// space in usable form. Copy the hashtable
|
||||
// buckets first [read-write], then copy the linked lists of entries
|
||||
// [read-only].
|
||||
|
||||
|
@ -953,7 +953,7 @@ void MetaspaceShared::initialize_shared_spaces() {
|
|||
|
||||
// The following data in the shared misc data region are the linked
|
||||
// list elements (HashtableEntry objects) for the symbol table, string
|
||||
// table, and shared dictionary. The heap objects refered to by the
|
||||
// table, and shared dictionary. The heap objects referred to by the
|
||||
// symbol table, string table, and shared dictionary are permanent and
|
||||
// unmovable. Since new entries added to the string and symbol tables
|
||||
// are always added at the beginning of the linked lists, THESE LINKED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue