Yes, good idea, I'll do that. From: Milan Mimica <milan.mim...@gmail.com> Date: Wednesday, 20. June 2018 at 10:58 To: "Haug, Gunter" <gunter.h...@sap.com> Cc: David Holmes <david.hol...@oracle.com>, "Lindenmaier, Goetz" <goetz.lindenma...@sap.com>, Chris Plummer <chris.plum...@oracle.com>, serviceability-dev <serviceability-dev@openjdk.java.net>, "Langer, Christoph" <christoph.lan...@sap.com>, "hotspot-runtime-...@openjdk.java.net" <hotspot-runtime-...@openjdk.java.net>, Kirk Pepperdine <k...@kodewerk.com>, Thomas Stüfe <thomas.stu...@gmail.com> 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()?