--- old/src/java.desktop/share/classes/sun/applet/AppletViewer.java 2016-10-19 11:53:10.006303415 -0700 +++ new/src/java.desktop/share/classes/sun/applet/AppletViewer.java 2016-10-19 11:53:09.882303411 -0700 @@ -42,7 +42,7 @@ /** * A frame to show the applet tag in. */ -@SuppressWarnings("serial") // JDK-implementation class +@SuppressWarnings("serial") // JDK implementation class final class TextFrame extends Frame { /** @@ -117,7 +117,7 @@ * (The document named appletviewertags.html in the JDK's docs/tooldocs directory, * once the JDK docs have been installed.) */ -@SuppressWarnings("serial") // JDK implementation class +@SuppressWarnings({"serial", "deprecation"}) // JDK-implementation class public class AppletViewer extends Frame implements AppletContext, Printable { /**