RFR: 6685: Parse more fields directly to primitive values

Marcus Hirt hirt at openjdk.java.net
Mon Feb 10 09:42:19 UTC 2020


On Fri, 7 Feb 2020 18:24:28 GMT, Henrik Dafgård <hdafgard at openjdk.org> wrote:

> Currently the parser reads line numbers, byte code indexes, modifiers and java thread ids with a QuantityReader, while as soon as they're used converted into primitive values. This PR changes the parser to read those field values as primitives directly.

Marked as reviewed by hirt (Lead).

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

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


More information about the jmc-dev mailing list