Skip to content

Commit 3602c8c

Browse files
author
Thomas Schatzl
committed
8350955: Fix repetitions of the word "the" in runtime component comments
Reviewed-by: coleenp
1 parent c988d7d commit 3602c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/hotspot/share/cds/metaspaceShared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
//

src/hotspot/share/runtime/objectMonitor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)