8059848: Test java/awt/GraphicsDevice/CloneConfigsTest.java causes JVM crash in OEL 7.0
Reviewed-by: bae, serb
This commit is contained in:
parent
0b304cd9ea
commit
25c3ce26aa
@ -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};
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user