- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    9
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8056512 | emb-9 | Pete Brunet | P4 | Resolved | Fixed | master | 
                    All classes in com.sun.java.accessibility.util package are annotated with @jdk.Exported except GUIInitializedMulticaster and TopLevelWindowMulticaster that are public but @jdk.Exported(false).  With modules, all public types from an exported package are accessible.  We should re-examine if GUIInitializedMulticaster and TopLevelWindowMulticaster should be made inaccessible in JDK9 or they should be @jdk.Exported(true).
            
- backported by
- 
                    JDK-8056512 Consider removing externalization of GUIInitializedMulticaster and TopLevelWindowMulticaster -           
- Resolved
 
-