From a9e7a74d00fe1c8d3179392738bb15d8e3508b3a Mon Sep 17 00:00:00 2001 From: Guoxiong Li Date: Mon, 2 Jun 2025 08:47:36 +0000 Subject: [PATCH] 8357109: Parallel: Fix typo in YoungedGeneration Reviewed-by: ayang, zgu, tschatzl --- src/hotspot/share/gc/shared/gc_globals.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hotspot/share/gc/shared/gc_globals.hpp b/src/hotspot/share/gc/shared/gc_globals.hpp index 56b8bc4e4ff..f693ab910ba 100644 --- a/src/hotspot/share/gc/shared/gc_globals.hpp +++ b/src/hotspot/share/gc/shared/gc_globals.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -362,11 +362,11 @@ range(0, 100) \ \ product(uint, YoungGenerationSizeSupplement, 80, \ - "Supplement to YoungedGenerationSizeIncrement used at startup") \ + "Supplement to YoungGenerationSizeIncrement used at startup") \ range(0, 100) \ \ product(uintx, YoungGenerationSizeSupplementDecay, 8, \ - "Decay factor to YoungedGenerationSizeSupplement") \ + "Decay factor to YoungGenerationSizeSupplement") \ range(1, max_uintx) \ \ product(uint, TenuredGenerationSizeIncrement, 20, \