[jdk11u-dev] RFR: 8331142: Add test for number of loader threads in BasicDirectoryModel
Martin Doerr
mdoerr at openjdk.org
Wed Jun 19 08:30:14 UTC 2024
On Fri, 14 Jun 2024 09:44:36 GMT, Andrew Lu <andrewlu at openjdk.org> wrote:
> I backport this for parity with 11.0.25-oracle.
> The test is limit to Windows, so backport with JDK-8331495 together.
This test is wrong for 11u: LoaderThreadCount.java:231: error: ';' expected
"record" is a feature which is unavailable in 11u and needs to get replaced. Note the test only runs on Windows.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2778#issuecomment-2178076301
More information about the jdk-updates-dev
mailing list