-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 17, 21, 22, 23
-
Component/s: hotspot
-
b20
The VirtualMachineError class is declared as abstract, but the JVM creates instances of it to throw in case of a virtual machine error.
Should this class not be abstract, or should the JVM be throwing a different exception?