Skip to content

Commit 82fe023

Browse files
author
Harold Seigel
committedOct 6, 2020
8254061: Missing space in flag description
Reviewed-by: coleenp
1 parent bd50ccd commit 82fe023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hotspot/share/runtime/globals.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const intx ObjectAlignmentInBytes = 8;
185185
"features") \
186186
\
187187
product(bool, JavaMonitorsInStackTrace, true, \
188-
"Print information about Java monitor locks when the stacks are" \
188+
"Print information about Java monitor locks when the stacks are " \
189189
"dumped") \
190190
\
191191
product_pd(bool, UseLargePages, \

0 commit comments

Comments
 (0)
Please sign in to comment.