[lworld] Integrated: 8361082: [lworld] RewriteBytecodesInlineTest fails with SIGSEGV
Matias Saavedra Silva
matsaave at openjdk.org
Thu Jul 10 14:06:54 UTC 2025
On Wed, 2 Jul 2025 16:45:54 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
> `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.
This pull request has now been integrated.
Changeset: 7e4c1bc1
Author: Matias Saavedra Silva <matsaave at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/7e4c1bc1753bcd9655214eca32c391d28af43267
Stats: 178 lines in 6 files changed: 116 ins; 43 del; 19 mod
8361082: [lworld] RewriteBytecodesInlineTest fails with SIGSEGV
Reviewed-by: coleenp, fparain
-------------
PR: https://git.openjdk.org/valhalla/pull/1498
More information about the valhalla-dev
mailing list