RFR: JDK-8147913: Some runtime/CompressedOops tests fail on ARM64 product builds

Bengt Rutisson bengt.rutisson at oracle.com
Tue Feb 2 06:59:44 UTC 2016



On 2016-02-01 18:47, Jon Masamitsu wrote:
> Changes look good. Reviewed.

Thanks, Jon!

Bengt

>
> Jon
>
> On 02/01/2016 08:08 AM, Bengt Rutisson wrote:
>>
>> Hi everyone,
>>
>> Could I have a couple of reviews for this fix to enable some 
>> metaspace logging in product mode?
>>
>> http://cr.openjdk.java.net/~brutisso/8147913/webrev.00/
>> https://bugs.openjdk.java.net/browse/JDK-8147913
>>
>> Before the GC changes for unified logging, this logging used to be 
>> guarded by:
>>
>>  if (PrintCompressedOopsMode || (PrintMiscellaneous && Verbose))
>>
>> Verbose was always false in product builds but 
>> PrintCompressedOopsMode was a diagnostic flag and thus the logging 
>> was available in product builds.
>>
>> The proposed change makes the log output available in product builds 
>> on trace level.
>>
>> Thanks,
>> Bengt
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20160202/ba94ec68/attachment.htm>


More information about the hotspot-gc-dev mailing list