Skip to content

Commit acfe58c

Browse files
committed
Remove trailing whitespaces
Signed-off-by: Ashutosh Mehra <[email protected]>
1 parent b09bd94 commit acfe58c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/hotspot/share/asm/codeBuffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ void CodeSection::print_on(outputStream* st, const char* name) {
10801080

10811081
void CodeBuffer::print_on(outputStream* st) {
10821082
#if 0
1083-
if (this == nullptr) { // gcc complains 'nonnull' argument 'this' compared to NULL
1083+
if (this == nullptr) { // gcc complains 'nonnull' argument 'this' compared to NULL
10841084
st->print_cr("null CodeBuffer pointer");
10851085
return;
10861086
}

src/hotspot/share/cds/aotClassLinker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ bool AOTClassLinker::try_add_candidate(InstanceKlass* ik) {
146146

147147
/* should we allow old classes to be aot-linked ??? Probably ...
148148
if (!k->can_be_verified_at_dumptime()) {
149-
// linking old classes
149+
// linking old classes
150150
return false;
151151
}
152152
*/

0 commit comments

Comments
 (0)