--- old/src/java.desktop/unix/classes/sun/java2d/opengl/GLXVolatileSurfaceManager.java 2014-12-09 10:07:40.001097070 -0800 +++ new/src/java.desktop/unix/classes/sun/java2d/opengl/GLXVolatileSurfaceManager.java 2014-12-09 10:07:39.849097064 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 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 @@ -73,6 +73,7 @@ * Create a pbuffer-based SurfaceData object (or init the backbuffer * of an existing window if this is a double buffered GraphicsConfig) */ + @SuppressWarnings("deprecation") protected SurfaceData initAcceleratedSurface() { SurfaceData sData; Component comp = vImg.getComponent();