[jdk17u-dev] Integrated: 8313816: Accessing jmethodID might lead to spurious crashes
Jaroslav Bachorik
jbachorik at openjdk.org
Fri Dec 22 11:13:56 UTC 2023
On Wed, 29 Nov 2023 18:35:30 GMT, Jaroslav Bachorik <jbachorik at openjdk.org> wrote:
> Reviewed-by: coleenp
>
> A minor update required for the backport - the original changeset is using `nullptr` while the JDK 17 version is using `NULL`
>
> Attaching the conflicting file for posterity.
>
> [instanceKlass.cpp](https://github.com/openjdk/jdk17u-dev/files/13504341/InstanceKlass_conflict.txt)
>
> Additionally, I had to bring in a few test support classes as well - https://github.com/openjdk/jdk17u-dev/pull/2001/commits/d59ac82d5b4d3cace38e38cb7747642aaee98ba4
This pull request has now been integrated.
Changeset: 32fc8a25
Author: Jaroslav Bachorik <jbachorik at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/32fc8a259e9047a676b9b8f23df518306f176b3a
Stats: 1226 lines in 11 files changed: 1224 ins; 0 del; 2 mod
8313816: Accessing jmethodID might lead to spurious crashes
Reviewed-by: phh
Backport-of: cdd1a6e851bcaf4a25d4a405b8ee0b0d5b83a4a9
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/2001
More information about the jdk-updates-dev
mailing list