Integrated: 8330578: The VM creates instance of abstract class VirtualMachineError
Coleen Phillimore
coleenp at openjdk.org
Tue Apr 23 11:33:35 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.
This pull request has now been integrated.
Changeset: fcb4a8ba
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/fcb4a8ba26fe1de596331b0a2f89c5c7c24e7f9e
Stats: 17 lines in 7 files changed: 1 ins; 0 del; 16 mod
8330578: The VM creates instance of abstract class VirtualMachineError
Reviewed-by: iklam, dlong, jwaters, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/18847
More information about the hotspot-dev
mailing list