RFR: 8330578: The VM creates instance of abstract class VirtualMachineError

Coleen Phillimore coleenp at openjdk.org
Thu Apr 18 22:00:09 UTC 2024


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.

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

Commit messages:
 - 8330578: The VM creates instance of abstract class VirtualMachineError

Changes: https://git.openjdk.org/jdk/pull/18847/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18847&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8330578
  Stats: 22 lines in 9 files changed: 3 ins; 9 del; 10 mod
  Patch: https://git.openjdk.org/jdk/pull/18847.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18847/head:pull/18847

PR: https://git.openjdk.org/jdk/pull/18847


More information about the hotspot-dev mailing list