[lworld] RFR: 8293448: [lworld] ClassAccessFlagsRawTest fail
Mandy Chung
mchung at openjdk.org
Tue Sep 6 22:42:54 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.
An alternative workaround: run this with `-XX:-EnableValhalla`? Existing valhalla tests already verify ACC_IDENTITY is set for identity classes. We can extend this test with `--enable-preview` in the future.
See what @hseigel thinks
-------------
PR: https://git.openjdk.org/valhalla/pull/744
More information about the valhalla-dev
mailing list