[lworld] RFR: 8293448: [lworld] ClassAccessFlagsRawTest fail
Mandy Chung
mchung at openjdk.org
Tue Sep 6 21:26:08 UTC 2022
On Tue, 6 Sep 2022 21:08:26 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> Fix test of ClassAccessFlagsRawTest to verify ACC_IDENTITY when it is inserted based on the class file version being read.
> ACC_IDENTITY is seen for all concrete classes and arrays of same.
Perhaps this test should prepare to verify classes compiled with and without `--enable-preview` so that it can verify with `ACC_SUPER` bit set. Currently `--enable-preview` is not yet (fully) implemented. Is there a flag to compile a class without ACC_IDENTITY bit set?
-------------
PR: https://git.openjdk.org/valhalla/pull/744
More information about the valhalla-dev
mailing list