mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8238854: Remove superfluous C heap allocation failure checks
Reviewed-by: kbarrett, sjohanss
This commit is contained in:
parent
00484e9446
commit
78f58c3e39
14 changed files with 7 additions and 60 deletions
|
@ -135,10 +135,6 @@ void PSOldGen::initialize_work(const char* perf_data_name, int level) {
|
|||
//
|
||||
|
||||
_object_space = new MutableSpace(virtual_space()->alignment());
|
||||
|
||||
if (_object_space == NULL)
|
||||
vm_exit_during_initialization("Could not allocate an old gen space");
|
||||
|
||||
object_space()->initialize(cmr,
|
||||
SpaceDecorator::Clear,
|
||||
SpaceDecorator::Mangle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue