RFR: 8343167: Unnecessary define checks in InterpreterRuntime after JDK-8199809

Aleksey Shipilev shade at openjdk.org
Tue Oct 29 14:50:07 UTC 2024


On Mon, 28 Oct 2024 19:36:42 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> [JDK-8199809](https://bugs.openjdk.org/browse/JDK-8199809) left a few unnecessary things in InterpreterRuntime::SignatureHandlerGenerator::SignatureHandlerGenerator. In `interpreterRT_x86_64.cpp`: no need for `AMD64` checks. In `interpreterRT_x86_32.cpp`: no need for `AMD64` and `WIN64` checks. 
> 
> Additional testing:
>  - [x] Linux x86_64 server fastdebug, `make bootcycle-images`
>  - [x] Linux x86_32 server fastdebug, `make bootcycle-images`
>  - [x] GHA

@coleenp -- take a look? This was the leftover from your earlier refactoring, I think.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/21747#issuecomment-2444487251


More information about the hotspot-dev mailing list