[lworld] RFR: 8349037: [lworld] runtime/valhalla/inlinetypes/CircularityTest.java crashes with SIGSEGV
Frederic Parain
fparain at openjdk.org
Tue Sep 16 21:11:17 UTC 2025
On Tue, 16 Sep 2025 19:22:02 GMT, Frederic Parain <fparain at openjdk.org> wrote:
> runtime/valhalla/inlinetypes/CircularityTest.java was written to test the behavior of the JVM with respect of the initialization of classes of default values when the JVM was in charge of initializing null-restricted fields.
> JEP 401 went into a different direction, the concept of default value has been removed, and the concept of strict fields has been defined to force user code to reliably initialized all strict fields before their first read.
> Strict fields have their own tests ensuring static fields initialization rules are correctly enforced.
> This test is then obsolete and should be removed from the repository.
Thank your for the review Lois.
-------------
PR Comment: https://git.openjdk.org/valhalla/pull/1592#issuecomment-3300358621
More information about the valhalla-dev
mailing list