runtime/cds/appcds/RewriteBytecodesInlineTest.java fails with:
result: Failed. Execution failed: `main' threw exception: java.lang.UnsupportedClassVersionError: Preview features are not enabled for jdk/test/lib/process/OutputBuffer (class file version 67.65535). Try running with '--enable-preview'
This is caused by a recent change in jtreg which now doesn't pass the --enable-preview flag to the test VM when the jtreg @run tag is 'driver'.
result: Failed. Execution failed: `main' threw exception: java.lang.UnsupportedClassVersionError: Preview features are not enabled for jdk/test/lib/process/OutputBuffer (class file version 67.65535). Try running with '--enable-preview'
This is caused by a recent change in jtreg which now doesn't pass the --enable-preview flag to the test VM when the jtreg @run tag is 'driver'.