From ff23136c7bfd87874cdfb32c756202a709b7f2a9 Mon Sep 17 00:00:00 2001 From: Guoxiong Li Date: Sun, 25 May 2025 16:52:39 +0800 Subject: [PATCH 1/2] JDK-8357109 --- src/hotspot/share/gc/shared/gc_globals.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hotspot/share/gc/shared/gc_globals.hpp b/src/hotspot/share/gc/shared/gc_globals.hpp index 56b8bc4e4ffd8..f3c5016421f83 100644 --- a/src/hotspot/share/gc/shared/gc_globals.hpp +++ b/src/hotspot/share/gc/shared/gc_globals.hpp @@ -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, \ From d603eb18e2bee224972c534adc4fb7eaef2eb622 Mon Sep 17 00:00:00 2001 From: Guoxiong Li Date: Sun, 1 Jun 2025 18:08:24 +0800 Subject: [PATCH 2/2] Revise copyright year --- src/hotspot/share/gc/shared/gc_globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/gc/shared/gc_globals.hpp b/src/hotspot/share/gc/shared/gc_globals.hpp index f3c5016421f83..f693ab910ba74 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