Integrated: 8291360: Create entry points to expose low-level class file information
Harold Seigel
hseigel at openjdk.org
Thu Aug 4 13:15:57 UTC 2022
On Fri, 29 Jul 2022 18:02:46 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
This pull request has now been integrated.
Changeset: a3040fcc
Author: Harold Seigel <hseigel at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a3040fcc2baa48c19d9525b3539863a71fa5781d
Stats: 812 lines in 9 files changed: 811 ins; 0 del; 1 mod
8291360: Create entry points to expose low-level class file information
Reviewed-by: dholmes, rriggs
-------------
PR: https://git.openjdk.org/jdk/pull/9688
More information about the build-dev
mailing list