File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ static bool shared_base_valid(char* shared_base) {
151151 // We check user input for SharedBaseAddress at dump time.
152152
153153 // At CDS runtime, "shared_base" will be the (attempted) mapping start. It will also
154- // be the encoding base, since the the headers of archived base objects (and with Lilliput,
154+ // be the encoding base, since the headers of archived base objects (and with Lilliput,
155155 // the prototype mark words) carry pre-computed narrow Klass IDs that refer to the mapping
156156 // start as base.
157157 //
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ class ObjectMonitor : public CHeapObj<mtObjectMonitor> {
144144 // ParkEvent of unblocker thread.
145145 static ParkEvent* _vthread_unparker_ParkEvent;
146146
147- // Because of frequent access, the the metadata field is at offset zero (0).
147+ // Because of frequent access, the metadata field is at offset zero (0).
148148 // Enforced by the assert() in metadata_addr().
149149 // * LM_LIGHTWEIGHT with UseObjectMonitorTable:
150150 // Contains the _object's hashCode.
You can’t perform that action at this time.
0 commit comments