[lworld] RFR: 8354728: [lworld] Langtools work to update strict implementation to latest [v3]

Chen Liang liach at openjdk.org
Mon Apr 28 17:45:58 UTC 2025


On Mon, 28 Apr 2025 16:05:35 GMT, Chen Liang <liach at openjdk.org> wrote:

>> src/java.base/share/classes/java/lang/reflect/AccessFlag.java line 372:
>> 
>>> 370: 
>>> 371:     /**
>>> 372:      * The access flag {@code ACC_STRICT_INIT}, with a mask
>> 
>> Is the reference Modifier#STRICT still relevant?
>> The description in java.lang.Modifier is obsolete for JDK 25 (and some previous versions).
>> It could be expanded to cover the release specific cases. 
>> The Modifier.isStrict() method is also dated.  Maybe that's a separate issue.
>
> Indeed; should I change the value rendering to `{@code}` like that for INTERFACE to prevent misleading links?

Done; I have unlinked ACC_STRICT_INIT from Modifier.STRICT.

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

PR Review Comment: https://git.openjdk.org/valhalla/pull/1432#discussion_r2064174853


More information about the valhalla-dev mailing list