--- old/src/java.desktop/unix/native/common/java2d/opengl/GLXGraphicsConfig.c 2014-10-10 09:14:20.576666652 -0700 +++ new/src/java.desktop/unix/native/common/java2d/opengl/GLXGraphicsConfig.c 2014-10-10 09:14:20.488666656 -0700 @@ -398,8 +398,8 @@ static GLXPbuffer GLXGC_InitScratchPbuffer(GLXFBConfig fbconfig) { - int pbattrlist[] = {GLX_PBUFFER_WIDTH, 1, - GLX_PBUFFER_HEIGHT, 1, + int pbattrlist[] = {GLX_PBUFFER_WIDTH, 4, + GLX_PBUFFER_HEIGHT, 4, GLX_PRESERVED_CONTENTS, GL_FALSE, 0}; --- old/test/java/awt/GraphicsDevice/CloneConfigsTest.java 2014-10-10 09:14:20.928666639 -0700 +++ new/test/java/awt/GraphicsDevice/CloneConfigsTest.java 2014-10-10 09:14:20.836666642 -0700 @@ -23,7 +23,7 @@ /* * @test - * @bug 6822057 7124400 + * @bug 6822057 7124400 8059848 * * @summary Test verifies that list of supported graphics configurations * can not be changed via modification of elements of an array