[8u60] Request for approval for 8079652: Could not enable D3D pipeline

Vadim Pakhnushev vadim.pakhnushev at oracle.com
Wed May 27 12:06:06 UTC 2015


Bug: https://bugs.openjdk.java.net/browse/JDK-8079652
JDK 9 Review thread: 
http://mail.openjdk.java.net/pipermail/2d-dev/2015-May/005374.html
JDK 9 changeset: http://hg.openjdk.java.net/jdk9/client/jdk/rev/f4d322ccd488
JDK 8u patch (identical except for the file path):

diff -r 9ef0071d0e24 
src/windows/native/sun/java2d/d3d/D3DPipelineManager.cpp
--- a/src/windows/native/sun/java2d/d3d/D3DPipelineManager.cpp Tue May 
26 13:42:41 2015 -0500
+++ b/src/windows/native/sun/java2d/d3d/D3DPipelineManager.cpp Wed May 
27 15:03:38 2015 +0300
@@ -828,7 +828,7 @@
          return 0;
      }

-    HWND hWnd = CreateWindow(L"D3DFocusWindow", L"D3DFocusWindow", 0,
+    HWND hWnd = CreateWindow(L"D3DFocusWindow", L"D3DFocusWindow", 
WS_POPUP,
          mi.rcMonitor.left, mi.rcMonitor.top, 1, 1,
          NULL, NULL, GetModuleHandle(NULL), NULL);
      if (hWnd == 0) {


Thanks,
Vadim


More information about the jdk8u-dev mailing list