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

Jon Masamitsu jon.masamitsu at oracle.com
Mon Feb 1 17:47:20 UTC 2016


Changes look good.  Reviewed.

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/20160201/bcce3f5c/attachment.htm>


More information about the hotspot-gc-dev mailing list