8167187: Exported elements referring to inaccessible types in jdk.jsobject

Reviewed-by: mchung, alanb
This commit is contained in:
David Dehaven 2016-10-27 09:52:08 -07:00
parent 5817fca746
commit 96b1c5f716

View File

@ -156,6 +156,7 @@ public abstract class JSObject {
*/
@Deprecated(since = "9")
@SuppressWarnings("exports")
public static JSObject getWindow(Applet applet) throws JSException {
return ProviderLoader.callGetWindow(applet);
}