[jdk17u-dev] RFR: 8313816: Accessing jmethodID might lead to spurious crashes

Goetz Lindenmaier goetz at openjdk.org
Fri Dec 15 07:34:45 UTC 2023


On Mon, 4 Dec 2023 10:25:58 GMT, Jaroslav Bachorik <jbachorik at openjdk.org> wrote:

>> Looks like a clean backport from the 17u PR, except for replacing nullptr with NULL as you note, and the unused declaration of metaspaceSharedRegionAlignment in WhiteBox.java. The latter doesn't seem have a definition in 11u: if so, please remove it.
>
> @phohensee I think your last comment was supposed to go to https://github.com/openjdk/jdk11u-dev/pull/2321 
> 
> I checked for the addition of `metaspaceSharedRegionAlignment` in this PR and the method is already there, so I think you were really talking about the 11u backport PR.

@jbachorik, removing the fix-request label. Feel free to label again if backported to 21.

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2001#issuecomment-1857407482


More information about the jdk-updates-dev mailing list