RFR[9u-dev]: 8054326: Confusing message in "Current rem set statistics"

Mikael Gerdin mikael.gerdin at oracle.com
Wed Apr 6 11:09:19 UTC 2016


Hi,

this is GC code and the rewview should go to hotspot-gc-dev.

I'm redirecting this mail there.

/Mikael

On 2016-04-06 08:15, Cheleswer Sahu wrote:
> Hi,
>
>
>
> This fix is waiting for review, can somebody please review this change.
>
>
>
> Regards,
>
> Cheleswer
>
>
>
> From: Cheleswer Sahu
> Sent: Friday, April 01, 2016 6:01 PM
> To: hotspot-runtime-dev at openjdk.java.net; serviceability-dev at openjdk.java.net
> Cc: Mattis Castegren
> Subject: RFR[9u-dev]: 8054326: Confusing message in "Current rem set statistics"
>
>
>
> Hi,
>
>
>
> Please review the code changes for https://bugs.openjdk.java.net/browse/JDK-8054326.
>
>
>
> Webrev Link: http://cr.openjdk.java.net/~csahu/8054326/
>
>
>
> Bug Brief: In output of remset statistics "Max"  is printing as 0k, which is confusing for user.
>
>
>
> Problem Identified : "Max" value is rounded to KB, which result  in 0k, if the value is less than 1024B.
>
>
>
> Solution Proposed:  If the value for "Max" is less than 1 KB (1024 B),  print the value in bytes (i.e. 1023B.) else
>
> print the value in KB.
>
>
>
>
>
>
>
> Regards,
>
> Cheleswer
>
>
>



More information about the hotspot-gc-dev mailing list