RFR: 8209126: ZGC: ZMarkStackAllocator::is_initialized() never called

Per Liden per.liden at oracle.com
Wed Aug 8 12:17:48 UTC 2018


Thanks Erik!

/Per

On 08/08/2018 02:19 PM, Erik Österlund wrote:
> Hi Per,
> 
> Looks good.
> 
> Thanks,
> /Erik
> 
> On 2018-08-08 14:14, Per Liden wrote:
>> Failure to reserve the address space for the mark stacks doesn't 
>> terminate the VM during initialization. The reason is that 
>> ZHeap::is_initialized() doesn't call 
>> ZMarkStackAllocator::is_initialized(), which it should.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8209126
>> Webrev: http://cr.openjdk.java.net/~pliden/8209126/webrev.0
>>
>> /Per
> 



More information about the hotspot-gc-dev mailing list