On Thu, 16 Nov 2023 18:20:04 GMT, Mandy Chung <mch...@openjdk.org> wrote:

>> 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`.
>
> Mandy Chung has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   mark DefaultImage test vm.flagless

Marked as reviewed by lmesnik (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/16666#pullrequestreview-1735156738

Reply via email to