RFR: 8289943: Simplify some object allocation merges [v11]
Vladimir Kozlov
kvn at openjdk.org
Wed Oct 5 22:56:19 UTC 2022
On Wed, 5 Oct 2022 22:40:13 GMT, Cesar Soares Lucas <cslucas at openjdk.org> wrote:
> My idea was to have it as `false` by default. TBH, I thought that was kind of the "policy" for adding new optimizations.
Yes, experimental flag is good for now if you DO plan to switch it ON later (and convert flag into other type).
The trouble with `false` experimental flags is that code become dead and "rot" if nobody care about it.
-------------
PR: https://git.openjdk.org/jdk/pull/9073
More information about the hotspot-compiler-dev
mailing list