We should mark record classes as using preview VM features if they use strictly-initialized fields or early larval frames.
Maurizio considered this to be P2 given the spec violations, especially with the spurious early larval frames in the class files. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - Enhance test to track early larval frame - Merge branch 'lworld' of https://github.com/openjdk/valhalla into fix/lw-record-strict - Mark record classfiles as preview minor if they use strict Changes: https://git.openjdk.org/valhalla/pull/2643/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2643&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8388261 Stats: 93 lines in 3 files changed: 93 ins; 0 del; 0 mod Patch: https://git.openjdk.org/valhalla/pull/2643.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2643/head:pull/2643 PR: https://git.openjdk.org/valhalla/pull/2643
