TestEnableNativeAccessJarManifest has a `@enablePreview` jtreg directive. This test was added in the commit where FFM became a permanent feature, so its omission was likely an oversight.
Now, this test declares a record, which makes all its class files preview with JEP 401. As a consequence, the command line arguments are no longer sufficient to run the test. We can simply remove `@enablePreview` to clear this butterfly effect. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - Remove enablePreview from TestEnableNativeAccessJarManifest Changes: https://git.openjdk.org/jdk/pull/31916/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31916&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8388347 Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/31916.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31916/head:pull/31916 PR: https://git.openjdk.org/jdk/pull/31916
