Index: awt/src/main/native/gl/windows/GDIBlitter.cpp =================================================================== --- awt/src/main/native/gl/windows/GDIBlitter.cpp (revision 602010) +++ awt/src/main/native/gl/windows/GDIBlitter.cpp (working copy) @@ -73,6 +73,7 @@ int count; int *regions; if(dirtyRegions == 0){ + count=4; regCount = 1; regions = (int *)malloc(4 * sizeof(int)); regions[0] = 0; @@ -216,6 +217,7 @@ int count; int *regions; if(dirtyRegions == 0){ + count=4; regCount = 1; regions = (int *)malloc(4 * sizeof(int)); regions[0] = 0; @@ -412,6 +414,7 @@ int count; int *regions; if(dirtyRegions == 0){ + count=4; regCount = 1; regions = (int *)malloc(4 * sizeof(int)); regions[0] = 0;