In GC code there are several places where code checks whether a preceeding allocation using e.g. the new operator or NEW_C_HEAP_ARRAY has been successful or not, and then in some way aborts VM initialization.
Remove those checks as the memory allocation will by default exit the VM, making this superfluous code.
Remove those checks as the memory allocation will by default exit the VM, making this superfluous code.
- relates to
-
JDK-8238999 Remove MemRegion custom new/delete operator overloads
- Resolved