RFR: 8330578: The VM creates instance of abstract class VirtualMachineError [v8]

David Holmes dholmes at openjdk.org
Tue Apr 23 07:53:32 UTC 2024


On Mon, 22 Apr 2024 22:43:41 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.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   It can be InternalError

Looks good! Thanks for making the updates to use InternalError!

-------------

Marked as reviewed by dholmes (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18847#pullrequestreview-2016512085


More information about the hotspot-dev mailing list