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

Per Liden per.liden at oracle.com
Wed Aug 8 12:51:08 UTC 2018


Thanks Thomas!

/Per


On 08/08/2018 02:33 PM, Thomas Schatzl wrote:
> Hi,
> 
> On Wed, 2018-08-08 at 14:14 +0200, 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
> 
>    looks good.
> 
> Thomas
> 



More information about the hotspot-gc-dev mailing list