<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,<br>
<br>
I'm looking for a couple of reviewers for a simple fix which
eliminates the code copied from Stack Overflow:<br>
<br>
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~dfazunen/8170860/webrev.00/">http://cr.openjdk.java.net/~dfazunen/8170860/webrev.00/</a><br>
<a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8170860">https://bugs.openjdk.java.net/browse/JDK-8170860</a><br>
<br>
humanReadableByteCount() method was removed. A standard JDK class <span
class="new">NumberFormat is used instead. To make the output
locale independent '_' symbol is explicitly set as the group
delimiter. New output will look like:<br>
</span><br>
<span class="new">[allocate #1Â Â Â Â Â Â Â Â Â Â Â Â ] init: 33_554_432, used:
5_253_664, comm: 8_388_608, freeRatio ~= 37.4%<br>
[allocate #2Â Â Â Â Â Â Â Â Â Â Â Â ] init: 33_554_432, used: 8_399_392,
comm: 10_485_760, freeRatio ~= 19.9%<br>
[allocate #3Â Â Â Â Â Â Â Â Â Â Â Â ] init: 33_554_432, used: 11_545_120,
comm: 13_631_488, freeRatio ~= 15.3%<br>
[allocate #4Â Â Â Â Â Â Â Â Â Â Â Â ] init: 33_554_432, used: 14_690_848,
comm: 16_777_216, freeRatio ~= 12.4%<br>
[allocate #5Â Â Â Â Â Â Â Â Â Â Â Â ] init: 33_554_432, used: 17_836_576,
comm: 19_922_944, freeRatio ~= 10.5%<br>
[allocate #6Â Â Â Â Â Â Â Â Â Â Â Â ] init: 33_554_432, used: 20_982_304,
comm: 23_068_672, freeRatio ~= 9.0%<br>
[allocate #7Â Â Â Â Â Â Â Â Â Â Â Â ] init: 33_554_432, used: 24_128_032,
comm: 26_214_400, freeRatio ~= 8.0%<br>
[allocate #8Â Â Â Â Â Â Â Â Â Â Â Â ] init: 33_554_432, used: 27_273_760,
comm: 29_360_128, freeRatio ~= 7.1%<br>
<br>
Thanks,<br>
Dima<br>
</span>
</body>
</html>