Integrated: 8301047: Clean up type unsafe uses of oop from compiler code
Erik Österlund
eosterlund at openjdk.org
Mon Jan 30 10:31:28 UTC 2023
On Thu, 26 Jan 2023 15:45:06 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
> In an ideal world, when you have an oop, its contents should also be an oop. It happens, however, that we have other forms of pointers sometimes, used with the oop type, in some compiler code. We should clean that up.
This pull request has now been integrated.
Changeset: cee4bd3e
Author: Erik Österlund <eosterlund at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cee4bd3ee610492aaa96cb0c5fcf2c32a1c12e2e
Stats: 19 lines in 5 files changed: 1 ins; 1 del; 17 mod
8301047: Clean up type unsafe uses of oop from compiler code
Co-authored-by: Axel Boldt-Christmas <aboldtch at openjdk.org>
Co-authored-by: Stefan Karlsson <stefank at openjdk.org>
Reviewed-by: kvn, stefank
-------------
PR: https://git.openjdk.org/jdk/pull/12223
More information about the hotspot-dev
mailing list