Integrated: 8301402: os::print_location gets is_global_handle assert
Axel Boldt-Christmas
aboldtch at openjdk.org
Wed Feb 1 09:49:59 UTC 2023
On Tue, 31 Jan 2023 09:27:50 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> [JDK-8299089](https://bugs.openjdk.org/browse/JDK-8299089) introduced a change all valid handles are tagged. However the `is_[weak_]global_handle` methods are used in context where the jobject handle may not be a valid handle, so the underlying storage must be checked.
>
> It now checks both the tag and the storage.
This pull request has now been integrated.
Changeset: ef0d0a70
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ef0d0a7092df7b3ce098fb25860fb839fd34c944
Stats: 4 lines in 1 file changed: 0 ins; 2 del; 2 mod
8301402: os::print_location gets is_global_handle assert
Reviewed-by: coleenp, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/12312
More information about the hotspot-runtime-dev
mailing list