RFR: 8333649: Allow different NativeCall encodings
Dean Long
dlong at openjdk.org
Wed Jun 5 20:13:57 UTC 2024
On Wed, 5 Jun 2024 12:35:47 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> Hi all, please consider!
>
> We want to have different selectable NativeCalls.
> These are not the same size, shared code should query instead of using the enum directly.
>
> Sanity build and tested RV/x86, hoping GHA will catch anything else.
>
> Thanks, Robbin
Do you want to make the enum private so it can't be accessed directly?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19556#issuecomment-2150878616
More information about the hotspot-compiler-dev
mailing list