Review Request: JMC-6650 Fix Autoboxing Rule

Henrik Dafgård hdafgard at gmail.com
Tue Dec 3 18:28:22 UTC 2019


Hi all,

The Primitive to Object Conversion (or Autoboxing) rule breaks when run on
recordings with Allocation Outside TLAB events. The fix for this is fairly
simple and requires creating a synthetic attribute that combines TLAB size
and Allocation size (the same as is used by the total allocation
aggregator). This issue is a backport of the fix recently merged into the
main repo.

JIRA: https://bugs.openjdk.java.net/browse/JMC-6650
WebRev: https://cr.openjdk.java.net/~hdafgard/JMC-6650/webrev.0/


Cheers,
Henrik Dafgård


More information about the jmc-dev mailing list