RFR: 8334430: Clean up nativeInst_x86.*
Julian Waters
jwaters at openjdk.org
Tue Jun 18 12:28:11 UTC 2024
On Tue, 18 Jun 2024 00:59:52 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Remove code in `nativeInst_x86.*` added by [JDK-8171008](https://bugs.openjdk.org/browse/JDK-8171008) old JAOTC implementation and currently unused after JAOTC code was removed.
> Aarch64 code was already removed by an other cleanup [JDK-8333410](https://bugs.openjdk.org/browse/JDK-8333410).
>
> I also removed `NativePopReg` class which was added during initial HotSpot development and never used.
>
> Tested: tier1
Marked as reviewed by jwaters (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/19758#pullrequestreview-2125378525
More information about the hotspot-compiler-dev
mailing list