RFR: 8322170: Update deprecated/obsolete/expired flags table for GC

Kim Barrett kbarrett at openjdk.org
Tue Dec 19 02:14:40 UTC 2023


On Sat, 16 Dec 2023 13:36:37 GMT, Lei Zaakjyu <duke at openjdk.org> wrote:

> 8322170: Update deprecated/obsolete/expired flags table for GC

src/hotspot/share/runtime/arguments.cpp line 529:

> 527: 
> 528:   { "DefaultMaxRAMFraction",        JDK_Version::jdk(8),  JDK_Version::jdk(23), JDK_Version::jdk(24) },
> 529:   { "TLABStats",                    JDK_Version::jdk(12), JDK_Version::jdk(23), JDK_Version::jdk(24) },

What is the basis for these changes?  I don't recall any discussion about whether it was now time to
remove any of these.  The undefined obsolete / remove versions were, I think, intentional.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17135#discussion_r1430827524


More information about the hotspot-gc-dev mailing list