RFR: 8346282: [JVMCI] Add failure reason support to UnresolvedJava/Type/Method/Field
Doug Simon
dnsimon at openjdk.org
Mon Dec 16 16:51:12 UTC 2024
The JVMCI UnresolvedJava/Type/Method/Field types can be used to represent resolution failures. It would be useful if an exception describing the resolution failure could be attached to these objects.
-------------
Commit messages:
- allow exception to be attached to UnresolvedJava/Type/Method/Field
Changes: https://git.openjdk.org/jdk/pull/22767/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22767&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8346282
Stats: 66 lines in 4 files changed: 54 ins; 1 del; 11 mod
Patch: https://git.openjdk.org/jdk/pull/22767.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22767/head:pull/22767
PR: https://git.openjdk.org/jdk/pull/22767
More information about the hotspot-compiler-dev
mailing list