--- old/src/java.desktop/share/classes/sun/java2d/pipe/RenderingEngine.java 2018-02-15 13:11:19.480571442 +0100 +++ new/src/java.desktop/share/classes/sun/java2d/pipe/RenderingEngine.java 2018-02-15 13:11:19.332567391 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2018, 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 @@ -30,7 +30,6 @@ import java.awt.geom.PathIterator; import java.awt.geom.AffineTransform; -import java.security.PrivilegedAction; import java.security.AccessController; import sun.security.action.GetPropertyAction;