RFR: 6650: Autoboxing rule breaks on allocation outside TLAB

Henrik Dafgård hdafgard at openjdk.java.net
Tue Dec 3 15:47:16 UTC 2019


The autoboxing rule sometimes breaks when run on a recording that contains allocations outside tlabs, since it looks for an attribute that doesn't exist on that type.

----------------

Commits:
 - 8c4c0cf7: Create synthetic attribute combining inside/outside tlab allocation sizes, used for autoboxing rule

Changes: https://git.openjdk.java.net/jmc/pull/11/files
 Webrev: https://webrevs.openjdk.java.net/jmc/11/webrev.00
  Issue: https://bugs.openjdk.java.net/browse/JMC-6650
  Stats: 41 lines in 5 files changed: 15 ins; 14 del; 12 mod
  Patch: https://git.openjdk.java.net/jmc/pull/11.diff
  Fetch: git fetch https://git.openjdk.java.net/jmc pull/11/head:pull/11

PR: https://git.openjdk.java.net/jmc/pull/11


More information about the jmc-dev mailing list