RFR: 6936: Parser should track statistics during parsing [v2]
Marcus Hirt
hirt at openjdk.java.net
Wed Feb 24 12:48:43 UTC 2021
On Tue, 23 Feb 2021 11:04:16 GMT, Jean-Philippe Bempel <github.com+4610701+jpbempel at openjdk.org> wrote:
>> Jean-Philippe Bempel has updated the pull request incrementally with one additional commit since the last revision:
>>
>> add/update copyright year
>
> core/org.openjdk.jmc.flightrecorder/src/main/java/org/openjdk/jmc/flightrecorder/parser/synthetic/JdkTypeIDsPreJdk11.java line 42:
>
>> 40: */
>> 41: @SuppressWarnings({"nls", "unused"})
>> 42: public final class JdkTypeIDsPreJdk11 {
>
> Made public to be able to use it from here: https://github.com/openjdk/jmc/blob/9f9665812a80339782c2e00be83b041954ee766b/core/org.openjdk.jmc.flightrecorder/src/main/java/org/openjdk/jmc/flightrecorder/internal/parser/v0/EventParserManager.java#L100
If we make that class public, we might as well rename it. Since the JDK 8 backport, it really is Oracle type IDs - so perhaps OracleJdkTypeIDsPre11?
-------------
PR: https://git.openjdk.java.net/jmc/pull/219
More information about the jmc-dev
mailing list