Yes, good idea, I'll do that.
From: Milan Mimica <[email protected]>
Date: Wednesday, 20. June 2018 at 10:58
To: "Haug, Gunter" <[email protected]>
Cc: David Holmes <[email protected]>, "Lindenmaier, Goetz"
<[email protected]>, Chris Plummer <[email protected]>,
serviceability-dev <[email protected]>, "Langer, Christoph"
<[email protected]>, "[email protected]"
<[email protected]>, Kirk Pepperdine <[email protected]>,
Thomas Stüfe <[email protected]>
Subject: Re: RFR(S): 8200720: Print additional information in thread dump
(times, allocated bytes etc.)
+ st->print("allocated=" JLONG_FORMAT "B ", allocated_bytes);
Can you please make this easier for humans, ie use byte_size_in_proper_unit()
and proper_unit_for_byte_size()?