Sv: Review Request: JMC-6650 Fix Autoboxing Rule

Marcus Hirt marcus at hirt.se
Tue Dec 3 18:56:19 UTC 2019


LGTM!

/M

-----Ursprungligt meddelande-----
Från: jmc-dev <jmc-dev-bounces at openjdk.java.net> För Henrik Dafgård
Skickat: den 3 december 2019 19:28
Till: jmc-dev at openjdk.java.net
Ämne: Review Request: JMC-6650 Fix Autoboxing Rule

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