Integrated: 8309532: java/lang/Class/getDeclaredField/FieldSetAccessibleTest should filter modules that depend on JVMCI

Mandy Chung mchung at openjdk.org
Wed Jun 7 18:47:55 UTC 2023


On Wed, 7 Jun 2023 16:06:54 GMT, Mandy Chung <mchung at openjdk.org> wrote:

> `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.

This pull request has now been integrated.

Changeset: 02bce0b1
Author:    Mandy Chung <mchung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/02bce0b1452b804f3a7883ca8bf29a524b73672e
Stats:     65 lines in 1 file changed: 51 ins; 1 del; 13 mod

8309532: java/lang/Class/getDeclaredField/FieldSetAccessibleTest should filter modules that depend on JVMCI

Reviewed-by: alanb, dfuchs

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

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


More information about the core-libs-dev mailing list