RFR: 8291360: Create entry points to expose low-level class file information [v3]

David Holmes dholmes at openjdk.org
Thu Aug 4 12:30:58 UTC 2022


On Tue, 2 Aug 2022 12:45:49 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

>> Seems odd to display as major:minor when it is stored as minor:major
>
> I think it seems more natural to display the major version first, but I can change it if you prefer.

I think it should match the underlying representation else it may cause someone trying to debug a failure to look at the wrong part of the flags value, not realizing the printed value has the opposite format of the actual raw value.

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

PR: https://git.openjdk.org/jdk/pull/9688



More information about the build-dev mailing list