Integrated: 8293295: Add type check asserts to java_lang_ref_Reference accessors
Axel Boldt-Christmas
aboldtch at openjdk.org
Mon Sep 5 08:36:50 UTC 2022
On Fri, 2 Sep 2022 07:37:16 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> From a discussion in [JDK-8293207](https://bugs.openjdk.org/browse/JDK-8293207) / #10117 it was brought up that the Weak/Soft and Phantom specific accessor in java_lang_ref_Reference does not assert that the type is valid.
>
> Testing: Oracle platforms tier 1-4
This pull request has now been integrated.
Changeset: 32f4dc84
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
Committer: Stefan Karlsson <stefank at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/32f4dc84037696f664114e40357bca66337c6178
Stats: 14 lines in 2 files changed: 14 ins; 0 del; 0 mod
8293295: Add type check asserts to java_lang_ref_Reference accessors
Reviewed-by: stefank, kbarrett, coleenp
-------------
PR: https://git.openjdk.org/jdk/pull/10139
More information about the hotspot-runtime-dev
mailing list