RFR: 8330578: The VM creates instance of abstract class VirtualMachineError [v2]
Coleen Phillimore
coleenp at openjdk.org
Fri Apr 19 12:09:09 UTC 2024
On Fri, 19 Apr 2024 00:33:06 GMT, Dean Long <dlong at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove newline
>
> src/hotspot/share/memory/universe.cpp line 1095:
>
>> 1093: tty->print_cr("Unable to link/verify VirtualMachineError class");
>> 1094: return false; // initialization failed
>> 1095: }
>
> Do we still need to link VirtualMachineError above?
Good question. I don't know if we have to link and initialize it. We need the Klass because there are subclass checks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18847#discussion_r1572268843
More information about the hotspot-dev
mailing list