diff -r 9dc3764ed475 -r f694f2576719 jdk/src/java.desktop/windows/classes/sun/java2d/d3d/D3DGraphicsConfig.java --- a/jdk/src/java.desktop/windows/classes/sun/java2d/d3d/D3DGraphicsConfig.java Tue Dec 16 20:23:46 2014 +0300 +++ b/jdk/src/java.desktop/windows/classes/sun/java2d/d3d/D3DGraphicsConfig.java Tue Dec 16 09:57:33 2014 -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;