RFR: 8292590: Product JVM crashes with FLAG_SET_XXX on non-product Flag
Ioi Lam
iklam at openjdk.org
Tue Aug 30 00:47:03 UTC 2022
On Tue, 30 Aug 2022 00:27:05 GMT, David Holmes <dholmes at openjdk.org> wrote:
> I'm not clear why these issues are being separated out. We seem to have a general problem (that we have know about for a couple of years - ref the discussion in [JDK-8236736](https://bugs.openjdk.org/browse/JDK-8236736)) that notproduct flags are handled incorrectly throughout, so why not fix everything together?
I want to produce a simple fix for the crash issue, so that it could be backported if necessary.
Fixing the visibility issue of notproduct is quite involved and may affect many files (which read notproduct flags in product code).
-------------
PR: https://git.openjdk.org/jdk/pull/10072
More information about the hotspot-runtime-dev
mailing list