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

Harold Seigel hseigel at openjdk.org
Thu Aug 4 13:14:32 UTC 2022


On Thu, 4 Aug 2022 12:51:33 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

>> Please review this change to fix JDK-8291360.  This fix adds entry points getClassFileVersion() and getClassAccessFlagsRaw() to class java.lang.Class.  The new entry points return the current class's class file version and its raw access flags.
>> 
>> The fix was tested by running Mach5 tiers 1-2 on Linux, Mac OS, and Windows, and Mach5 tiers 1-3 on Linux x64.  Additionally, the JCK lang, vm, and api tests and new regression tests were run locally on Linux x64.
>> 
>> Thanks, Harold
>
> Harold Seigel has updated the pull request incrementally with one additional commit since the last revision:
> 
>   change test to display minor_verion:major_version

Thanks Roger, David, Joe, and Coleen for your comments and reviews!

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

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



More information about the build-dev mailing list