8059848: Test java/awt/GraphicsDevice/CloneConfigsTest.java causes JVM crash in OEL 7.0

Reviewed-by: bae, serb
This commit is contained in:
Phil Race 2014-10-13 09:09:41 -07:00
parent 0b304cd9ea
commit 25c3ce26aa
2 changed files with 3 additions and 3 deletions

View File

@ -398,8 +398,8 @@ GLXGC_FindBestVisual(JNIEnv *env, jint screen)
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};

View File

@ -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