[jdk11u-dev] Integrated: 8313816: Accessing jmethodID might lead to spurious crashes

Jaroslav Bachorik jbachorik at openjdk.org
Fri Dec 22 11:22:00 UTC 2023


On Thu, 30 Nov 2023 17:03:06 GMT, Jaroslav Bachorik <jbachorik at openjdk.org> wrote:

> This backport is, unfortunately, not a clean one.
> 
> The functional changes applied almost cleanly, modulo the change of 'nullptr' to 'NULL' in the source code.
> 
> The problematic part is the testing - the test had to be adjusted for JDK 11, I had to pull in two test support files (or could have extracted the support methods but it felt like having the full files would be easier to review considering differences against the original) and I had to change the whitebox function to trigger purging of the previous class version.

This pull request has now been integrated.

Changeset: 53824e58
Author:    Jaroslav Bachorik <jbachorik at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/53824e582234de5d5beecb4ca04e19db88e81813
Stats:     1225 lines in 11 files changed: 1223 ins; 0 del; 2 mod

8313816: Accessing jmethodID might lead to spurious crashes

Reviewed-by: phh
Backport-of: cdd1a6e851bcaf4a25d4a405b8ee0b0d5b83a4a9

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

PR: https://git.openjdk.org/jdk11u-dev/pull/2321


More information about the jdk-updates-dev mailing list