Skip to content

Commit

Permalink
8265335: Epsilon: Minor typo in EpsilonElasticTLABDecay description
Browse files Browse the repository at this point in the history
Backport-of: 17b6592
  • Loading branch information
shipilev committed Jun 28, 2021
1 parent 5a7e7d3 commit b74d798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/epsilon/epsilon_globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"smaller TLABs until policy catches up.") \
\
experimental(bool, EpsilonElasticTLABDecay, true, \
"Use timed decays to shrik TLAB sizes. This conserves memory " \
"Use timed decays to shrink TLAB sizes. This conserves memory " \
"for the threads that allocate in bursts of different sizes, " \
"for example the small/rare allocations coming after the initial "\
"large burst.") \
Expand Down

1 comment on commit b74d798

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.