--- old/src/java.desktop/share/classes/java/awt/GraphicsDevice.java 2017-08-22 12:28:35.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/GraphicsDevice.java 2017-08-22 12:28:35.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -23,12 +23,10 @@ * questions. */ - package java.awt; import java.awt.image.ColorModel; -import sun.awt.AWTAccessor; import sun.awt.AppContext; import sun.awt.SunToolkit;