RFR: 8309532: java/lang/Class/getDeclaredField/FieldSetAccessibleTest should filter modules that depend on JVMCI [v2]
Mandy Chung
mchung at openjdk.org
Wed Jun 7 18:08:30 UTC 2023
> `FieldSetAccessibleTest` attempts to load all JDK classes and test `setAccessible` on their public fields to work properly. It should filter the modules that directly and indirectly depend on `jdk.internal.vm.compiler` and `jdk.internal.vm.compiler.management` as they are upgradeable and also provide APIs to add qualifed exports dynamically.
Mandy Chung has updated the pull request incrementally with one additional commit since the last revision:
no need to keep filtering deploy module
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/14362/files
- new: https://git.openjdk.org/jdk/pull/14362/files/dc435ae0..36c1507d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=14362&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=14362&range=00-01
Stats: 6 lines in 1 file changed: 0 ins; 3 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/14362.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14362/head:pull/14362
PR: https://git.openjdk.org/jdk/pull/14362
More information about the core-libs-dev
mailing list