Integrated: 8337797: Additional ExternalAddress cleanup
Vladimir Kozlov
kvn at openjdk.org
Fri Aug 9 17:12:40 UTC 2024
On Mon, 5 Aug 2024 18:11:55 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> While working on [JDK-8337519](https://bugs.openjdk.org/browse/JDK-8337519) I noticed few ExternalAddress cases I missed in [JDK-8337396](https://bugs.openjdk.org/browse/JDK-8337396) changes.
>
> I also added asserts on x86 to catch using ExternalAddress for jumps and calls instructions and caught few additional cases (Windows and arraycopy cases).
>
> Tested tier1-5,hs-stress,hs-comp
This pull request has now been integrated.
Changeset: 60fa08fc
Author: Vladimir Kozlov <kvn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/60fa08fcfe5c6551ee3120330ade93e45df618c7
Stats: 26 lines in 10 files changed: 1 ins; 5 del; 20 mod
8337797: Additional ExternalAddress cleanup
Reviewed-by: adinn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/20470
More information about the hotspot-dev
mailing list