[lworld] RFR: 8303137: [lworld] Fix ArchivedEnumTest fail caused by changed Enum static field
Roger Riggs
rriggs at openjdk.org
Fri Feb 24 18:02:37 UTC 2023
On Fri, 24 Feb 2023 16:01:12 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> Can you elaborate more what the issue is? Why `SET_CLASS_IDENTITY_VALHALLA` is not an issue?
The test is checking the 'current' value of the field to see if it is archived (or an exception).
The EMPTY_SET is an explicit exception in `cdsHeapVerifier.cpp`so I think it gets a pass.
I will remove both static fields and compute the values as the enums are created.
-------------
PR: https://git.openjdk.org/valhalla/pull/827
More information about the valhalla-dev
mailing list