Skip to content

Commit a9e7a74

Browse files
committed
8357109: Parallel: Fix typo in YoungedGeneration
Reviewed-by: ayang, zgu, tschatzl
1 parent ba9f44c commit a9e7a74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/hotspot/share/gc/shared/gc_globals.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -362,11 +362,11 @@
362362
range(0, 100) \
363363
\
364364
product(uint, YoungGenerationSizeSupplement, 80, \
365-
"Supplement to YoungedGenerationSizeIncrement used at startup") \
365+
"Supplement to YoungGenerationSizeIncrement used at startup") \
366366
range(0, 100) \
367367
\
368368
product(uintx, YoungGenerationSizeSupplementDecay, 8, \
369-
"Decay factor to YoungedGenerationSizeSupplement") \
369+
"Decay factor to YoungGenerationSizeSupplement") \
370370
range(1, max_uintx) \
371371
\
372372
product(uint, TenuredGenerationSizeIncrement, 20, \

0 commit comments

Comments
 (0)