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

Coleen Phillimore coleenp at openjdk.org
Tue Apr 23 11:33:34 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

Thanks for the reviews and comments Ioi, David, Dean, Julian and Doug.

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

PR Comment: https://git.openjdk.org/jdk/pull/18847#issuecomment-2072056217


More information about the hotspot-dev mailing list