RFR(S): 8200720: Print additional information in thread dump (times, allocated bytes etc.)

Haug, Gunter gunter.haug at sap.com
Wed Jun 20 15:31:10 UTC 2018


Yes, good idea, I'll do that.

From: Milan Mimica <milan.mimica at gmail.com>
Date: Wednesday, 20. June 2018 at 10:58
To: "Haug, Gunter" <gunter.haug at sap.com>
Cc: David Holmes <david.holmes at oracle.com>, "Lindenmaier, Goetz" <goetz.lindenmaier at sap.com>, Chris Plummer <chris.plummer at oracle.com>, serviceability-dev <serviceability-dev at openjdk.java.net>, "Langer, Christoph" <christoph.langer at sap.com>, "hotspot-runtime-dev at openjdk.java.net" <hotspot-runtime-dev at openjdk.java.net>, Kirk Pepperdine <kirk at kodewerk.com>, Thomas Stüfe <thomas.stuefe at 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()?




More information about the hotspot-runtime-dev mailing list