RFR: 8350893: Use generated names for hand generated opto runtime blobs [v2]

Andrew Dinn adinn at openjdk.org
Mon Mar 3 10:11:38 UTC 2025


> The two special case opto runtime blobs that support uncommon trap and exception handling are currently being generated using hard wired blob names determined by port-specific code. They should employ the standard blob names generated from shared declarations in file stubDeclarations.hpp.

Andrew Dinn has updated the pull request incrementally with one additional commit since the last revision:

  correct error in arm stub name

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/23829/files
  - new: https://git.openjdk.org/jdk/pull/23829/files/95c299a8..526a8eea

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23829&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23829&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/23829.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23829/head:pull/23829

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


More information about the hotspot-compiler-dev mailing list