[lworld] RFR: 8349037: [lworld] runtime/valhalla/inlinetypes/CircularityTest.java crashes with SIGSEGV
Lois Foltan
lfoltan at openjdk.org
Tue Sep 16 19:46:18 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.
Looks good.
Lois
-------------
Marked as reviewed by lfoltan (Committer).
PR Review: https://git.openjdk.org/valhalla/pull/1592#pullrequestreview-3231465104
More information about the valhalla-dev
mailing list