RFR: 8309532: java/lang/Class/getDeclaredField/FieldSetAccessibleTest should filter modules that depend on JVMCI [v3]

Mandy Chung mchung at openjdk.org
Wed Jun 7 18:44:02 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 three additional commits since the last revision:

 - clean up
 - review feedback
 - add comment

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14362/files
  - new: https://git.openjdk.org/jdk/pull/14362/files/36c1507d..1bed308c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=14362&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14362&range=01-02

  Stats: 7 lines in 1 file changed: 3 ins; 1 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