[lworld] RFR: 8349945: Implement strict static fields (proposed JVM feature) [v2]

Matias Saavedra Silva matsaave at openjdk.org
Fri May 23 20:09:04 UTC 2025


On Thu, 22 May 2025 12:29:06 GMT, Dan Heidinga <heidinga at openjdk.org> wrote:

>> Matias Saavedra Silva has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Copyrights
>>  - Added reflective tests and problem listed test
>
> src/hotspot/share/oops/instanceKlassFlags.hpp line 62:
> 
>> 60:     flag(must_be_atomic                     , 1 << 17) /* doesn't allow tearing */ \
>> 61:     flag(has_loosely_consistent_annotation  , 1 << 18) /* the class has the LooselyConsistentValue annotation WARNING: it doesn't automatically mean that the class allows tearing */ \
>> 62:     flag(is_implicitly_constructible        , 1 << 19) /* the class has the ImplicitlyConstrutible annotation */ \
> 
> Did this get accidentally propogated into this patch from somewhere else?

Weird, thanks for catching that!

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

PR Review Comment: https://git.openjdk.org/valhalla/pull/1465#discussion_r2105347878


More information about the valhalla-dev mailing list