RFR: 8330699: Remove -XX:+UseEmptySlotsInSupers

Coleen Phillimore coleenp at openjdk.org
Fri May 10 12:52:23 UTC 2024


On Fri, 10 May 2024 02:54:07 GMT, xiaotaonan <duke at openjdk.org> wrote:

> Remove -XX:+UseEmptySlotsInSupers.

This option was deprecated in JDK 23 so cannot be removed until 24, but the removal is really to make the option obsolete.  See the comments above your change in arguments.cpp.  The line should not be removed in arguments.cpp.  This change is wrong.

There is code that uses this option, that needs to be adjusted in the absence of this option.  I don't think this change compiles.  If you turn on GHA, in your settings you should see that this doesn't compile.

This RFE is assigned to me.  I would appreciate if you closed this PR and let me make this change.

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

Changes requested by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/19169#pullrequestreview-2050009469


More information about the hotspot-runtime-dev mailing list