--- old/src/java.desktop/windows/classes/sun/java2d/d3d/D3DGraphicsConfig.java 2014-12-15 22:02:57.036089004 -0800 +++ new/src/java.desktop/windows/classes/sun/java2d/d3d/D3DGraphicsConfig.java 2014-12-15 22:02:56.896088998 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2014, 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 @@ -61,6 +61,7 @@ private BufferCapabilities bufferCaps; private D3DGraphicsDevice device; + @SuppressWarnings("deprecation") protected D3DGraphicsConfig(D3DGraphicsDevice device) { super(device, 0); this.device = device;