Hi could I please get reviews for this very small change : In java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp , function GDIWindowSurfaceData_GetComp, we might print pointer pData in uninitialized state.
This occurs in case localObj == NULL , then we would print pData without initialization. The small fix adds initialization to pData : Bug: https://bugs.openjdk.java.net/browse/JDK-8204085 change : http://cr.openjdk.java.net/~mbaesken/webrevs/8204085/ Thanks, Matthias