RFR: 8355236: AOT Assembly crash with unregistered class and -Xlog:cds+resolve=trace
Ioi Lam
iklam at openjdk.org
Fri May 23 00:23:57 UTC 2025
On Thu, 22 May 2025 08:18:28 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Please review this small bug fix. When running `java -XX:AOTMode=create -Xlog:cds+resolve=trace ...`, we are not handling unregistered classes classes in the `get_type()`, which is called only when printing log messages.
>
> Looks fine, thanks!
Thanks @shipilev and @vnkozlov for the review
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25171#issuecomment-2902930075
More information about the hotspot-dev
mailing list