mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-01 05:58:29 +00:00
8350955: Fix repetitions of the word "the" in runtime component comments
Reviewed-by: coleenp
This commit is contained in:
parent
c988d7d647
commit
3602c8cfd8
@ -151,7 +151,7 @@ static bool shared_base_valid(char* shared_base) {
|
||||
// We check user input for SharedBaseAddress at dump time.
|
||||
|
||||
// At CDS runtime, "shared_base" will be the (attempted) mapping start. It will also
|
||||
// be the encoding base, since the the headers of archived base objects (and with Lilliput,
|
||||
// be the encoding base, since the headers of archived base objects (and with Lilliput,
|
||||
// the prototype mark words) carry pre-computed narrow Klass IDs that refer to the mapping
|
||||
// start as base.
|
||||
//
|
||||
|
||||
@ -144,7 +144,7 @@ class ObjectMonitor : public CHeapObj<mtObjectMonitor> {
|
||||
// ParkEvent of unblocker thread.
|
||||
static ParkEvent* _vthread_unparker_ParkEvent;
|
||||
|
||||
// Because of frequent access, the the metadata field is at offset zero (0).
|
||||
// Because of frequent access, the metadata field is at offset zero (0).
|
||||
// Enforced by the assert() in metadata_addr().
|
||||
// * LM_LIGHTWEIGHT with UseObjectMonitorTable:
|
||||
// Contains the _object's hashCode.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user