RFR: 8330578: The VM creates instance of abstract class VirtualMachineError
Julian Waters
jwaters at openjdk.org
Fri Apr 19 00:43:55 UTC 2024
On Thu, 18 Apr 2024 21:46:36 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> It's a bug that the VM creates an instance of the abstract class VirtualMachineError. In the cases where we throw VME, we should throw OOM or StackOverflowError instead.
>
> Tested with tier1-4.
Looks good!
-------------
Marked as reviewed by jwaters (Committer).
PR Review: https://git.openjdk.org/jdk/pull/18847#pullrequestreview-2010257654
More information about the hotspot-dev
mailing list