On Wed, 25 Feb 2026 21:27:08 GMT, Chen Liang <[email protected]> wrote:

> With Flexible Constructor Bodies, the preferred way to assign fields for 
> objects is to assign before making a super call. These are all sites in the 
> JDK code that can migrate to the new preferred pattern. This change also 
> allows these fields to be later declared ACC_STRICT_INIT when strict fields 
> JEP is integrated.

I checked the SystemModulesPlugin ones and did not find any that performs field 
initialization in the constructors. I think I have covered all cases. Thanks 
for the review! I ran tier 1-3 on linux-x64, all green, should be good to go.

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

PR Comment: https://git.openjdk.org/jdk/pull/29926#issuecomment-3968987029

Reply via email to