File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/hotspot/share/gc/shared Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
362
362
range(0 , 100 ) \
363
363
\
364
364
product(uint , YoungGenerationSizeSupplement, 80 , \
365
- " Supplement to YoungedGenerationSizeIncrement used at startup" ) \
365
+ " Supplement to YoungGenerationSizeIncrement used at startup" ) \
366
366
range(0 , 100 ) \
367
367
\
368
368
product(uintx, YoungGenerationSizeSupplementDecay, 8 , \
369
- " Decay factor to YoungedGenerationSizeSupplement " ) \
369
+ " Decay factor to YoungGenerationSizeSupplement " ) \
370
370
range(1 , max_uintx) \
371
371
\
372
372
product(uint , TenuredGenerationSizeIncrement, 20 , \
You can’t perform that action at this time.
0 commit comments