<AWT Dev> Review request for 8143316 Crash Trend in 1.9.0-ea-b93 (sun.awt.DefaultMouseInfoPeer.fillPointWithCoords)

Alexander Scherbatiy alexandr.scherbatiy at oracle.com
Thu Dec 10 12:06:57 UTC 2015


Hello,

Could you review the fix:
   bug: https://bugs.openjdk.java.net/browse/JDK-8143316
   webrev: http://cr.openjdk.java.net/~alexsch/8143316/webrev.00

   The the native MouseInfo.fillPointWithCoords() method can access the 
devices before they are initialized.
   The fix moves the devices initialization before the 
getMouseInfoPeer().fillPointWithCoords(point) call in the
   getPointerInfo() method.

   The MonitorFromPoint method is added to the native 
fillPointWithCoords() method to find the device where the mouse cursor 
is placed.

   Thanks,
   Alexandr.



More information about the awt-dev mailing list