Hi, Please review a fix for the below bug.
Bug: https://bugs.openjdk.java.net/browse/JDK-8190326 Webrev: http://cr.openjdk.java.net/~sveerabhadra/8190326/webrev.00/ (Please see from line no.83-87 for awt_Robot.cpp review and ignore other lines as they are under review for another bug) Summary: Robot cursor move used to apply the primary monitor's scaling factor to derive device coordinates even though there was move requested to another monitor having a different scaling factor. Now this is changed to use the logical point's monitor scaling factor to which it may be moved to. Thanks and regards, Shashi