RFR: 8333649: Allow different NativeCall encodings

Robbin Ehn rehn at openjdk.org
Wed Jun 5 12:41:08 UTC 2024


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

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

Commit messages:
 - Query throught static method size of NativeCall in shared code

Changes: https://git.openjdk.org/jdk/pull/19556/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19556&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8333649
  Stats: 12 lines in 9 files changed: 9 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/19556.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19556/head:pull/19556

PR: https://git.openjdk.org/jdk/pull/19556


More information about the hotspot-compiler-dev mailing list