-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 22, 23
-
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?