RFR: 8309532: java/lang/Class/getDeclaredField/FieldSetAccessibleTest should filter modules that depend on JVMCI
Alan Bateman
alanb at openjdk.org
Wed Jun 7 17:34:12 UTC 2023
On Wed, 7 Jun 2023 17:16:50 GMT, Mandy Chung <mchung at openjdk.org> wrote:
>> test/jdk/java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java line 314:
>>
>>> 312: });
>>> 313:
>>> 314: Set<String> deployModules = Set.of("javafx.deploy", "jdk.deploy", "jdk.plugin", "jdk.javaws");
>>
>> Can deployModules be dropped?
>
> There are two other tests that should be updated. I updated this one in this PR. Will create another PR to drop those.
Okay, that's fine.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14362#discussion_r1221945307
More information about the core-libs-dev
mailing list