RFR: 8319567: Update java/lang/invoke tests to support vm flags

Mandy Chung mchung at openjdk.org
Tue Nov 14 22:55:01 UTC 2023


This PR includes test fixes for the following issues:

8319567: Update java/lang/invoke tests to support vm flags
8319568: Update java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java to accept vm flags
8319672: Several classloader tests ignore VM flags
8319676: A couple of jdk/modules/incubator/ tests ignore VM flags
8319677: Test jdk/internal/misc/VM/RuntimeArguments.java should be marked as flagless

It converts the test to use `ProcessTools::createTestJavaProcessBuilder` or `createNativeTestJavaProcessBuilder` so that the test will support VM flags passed to jtreg.   A couple tests that ignore VM flags should use `ProcessTools::createLimtiedTestJavaProcessBuilder` and marks the test with `@requires vm.flagless`.

-------------

Commit messages:
 - 8319567: Update java/lang/invoke tests to support vm flags

Changes: https://git.openjdk.org/jdk/pull/16666/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16666&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8319567
  Stats: 521 lines in 17 files changed: 88 ins; 305 del; 128 mod
  Patch: https://git.openjdk.org/jdk/pull/16666.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16666/head:pull/16666

PR: https://git.openjdk.org/jdk/pull/16666


More information about the core-libs-dev mailing list