RFR: 8334430: Clean up nativeInst_x86.*
Vladimir Kozlov
kvn at openjdk.org
Tue Jun 18 14:51:15 UTC 2024
On Tue, 18 Jun 2024 14:21:15 GMT, Jie Fu <jiefu 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
>
> LGTM
Thank you @DamonFool for review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19758#issuecomment-2176293005
More information about the hotspot-compiler-dev
mailing list