[lworld] RFR: 8361082: [lworld] RewriteBytecodesInlineTest fails with SIGSEGV [v5]

Matias Saavedra Silva matsaave at openjdk.org
Thu Jul 3 20:01:06 UTC 2025


> `RewriteBytecodesInlineTest` fails after # due to a new log message printing the pending exception name even though there may not be a pending exception:
> `PENDING_EXCEPTION->klass()->name()->as_C_string()`
> 
> This patch refactors the loadable descriptor handling used in `SystemDictionary::load_shared_class` to better illustrate how the loadable descriptors property is handled and it corrects the log messages to be consistent with the messages used in the class file parser. Verified with tier 1-5 tests.

Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:

  Used new method in classfileparser

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

Changes:
  - all: https://git.openjdk.org/valhalla/pull/1498/files
  - new: https://git.openjdk.org/valhalla/pull/1498/files/baa46b72..5f200d56

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=valhalla&pr=1498&range=04
 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=1498&range=03-04

  Stats: 23 lines in 4 files changed: 0 ins; 15 del; 8 mod
  Patch: https://git.openjdk.org/valhalla/pull/1498.diff
  Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1498/head:pull/1498

PR: https://git.openjdk.org/valhalla/pull/1498


More information about the valhalla-dev mailing list