-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 15
-
Fix Version/s: 15
-
Component/s: client-libs
-
Labels:
-
Resolved In Build:b22
The following headful tests are currently failing with --illegal-access=deny as they do deep reflection on private members of classes in exported packages or members of classes in non-exported packages. The @modules tags on these tests need to be updated in advance of changing the default to deny illegal access.
java/awt/Toolkit/DisplayChangesException/DisplayChangesException.java
java/awt/event/SequencedEvent/MultipleContextsUnitTest.java
javax/accessibility/6714324/TabbedPaneMemLeak.java
com/sun/java/swing/plaf/windows/RevalidateOnPropertyChange.java
I've attached a patch to his bug with the updates the @modules needed to fix these issues.
java/awt/Toolkit/DisplayChangesException/DisplayChangesException.java
java/awt/event/SequencedEvent/MultipleContextsUnitTest.java
javax/accessibility/6714324/TabbedPaneMemLeak.java
com/sun/java/swing/plaf/windows/RevalidateOnPropertyChange.java
I've attached a patch to his bug with the updates the @modules needed to fix these issues.