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 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
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 , \
You can’t perform that action at this time.
0 commit comments