RFR: 8301047: Clean up type unsafe uses of oop from compiler code
Vladimir Kozlov
kvn at openjdk.org
Thu Jan 26 19:48:16 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.
Looks reasonable.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12223
More information about the hotspot-dev
mailing list