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

Cheleswer Sahu cheleswer.sahu at oracle.com
Fri Apr 1 12:30:58 UTC 2016


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 

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20160401/b9752989/attachment.html>


More information about the serviceability-dev mailing list