From 719cf3f0175e8cecc2891c59615e27bd70e2e898 Mon Sep 17 00:00:00 2001 From: Sreekala Gopakumar Date: Thu, 4 Aug 2022 12:43:53 +0530 Subject: [PATCH] Modified -Xmint/-Xmaxt and -Xminf/-Xmaxf for balanced GC https://github.com/eclipse-openj9/openj9-docs/issues/835 Signed-off-by: Sreekala Gopakumar sreekala.gopakumar@ibm.com --- docs/version0.30.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/version0.30.md b/docs/version0.30.md index da7b37b40d..bdbf72d703 100644 --- a/docs/version0.30.md +++ b/docs/version0.30.md @@ -30,7 +30,7 @@ The following new features and notable changes since version 0.29.0 are included - [Changes to the shared classes cache generation number](#changes-to-the-shared-classes-cache-generation-number) - [Ignored options now captured in java dumps](#ignored-options-captured-in-java-dumps) - [New `-XX:[+|-]EnsureHashed` option added](#new-xx-ensurehashed-option-added) -- [Redesigned heap resizing for the the `balanced` GC policy](#redesigned-heap-resizing-for-the-balanced-gc-policy) +- [Redesigned heap resizing for the `balanced` GC policy](#redesigned-heap-resizing-for-the-balanced-gc-policy) ## Features and changes