[9] Review request: 8166382 [hidpi] Ubuntu 16.04: invalid coordinates when using glass robot

2016-10-18 Thread Jim Graham
JBS: https://bugs.openjdk.java.net/browse/JDK-8166382 webrev: http://cr.openjdk.java.net/~flar/JDK-8166382/webrev.00/ Pretty self-explanatory fix... ...jim

Re: javapacker's iconswap flagged as malware

2016-10-18 Thread Chris Bensen
Hi Scott, I’m not actively running Windows 10 and last time I did run the Java Packager under Windows 10 it worked just fine so this is new behavior within I’d say the last 6 months. Feel free to file a bug, but I’m not sure there’s anything that can be done from the JDK side. Thanks, Chris

[9] Review request: 8168258: Remove bad Javadoc links in skin constructors

2016-10-18 Thread Jonathan Giles
Kevin, Could you please review the following webrev. This is a docs-only change. https://bugs.openjdk.java.net/browse/JDK-8168258 http://cr.openjdk.java.net/~jgiles/8168258 Thanks. -- -- Jonathan

javapacker's iconswap flagged as malware

2016-10-18 Thread Scott Palmer
Just tried to run a build on Windows 10 with 8u112 and got this: Exception: java.io.IOException: Cannot run program "C:\Users\spalmer\AppData\Local\Temp\iconswap2930071229376508731.exe": CreateProcess error=225, Operation did not complete successfully because the file contains a virus or

Changes for October 2016 CPU release (8u111/8u112) synced into FX 8u-dev

2016-10-18 Thread Kevin Rushforth
I have synced the OpenJFX changes from the just-released October 2016 CPU release (8u111/8u112) into 8u. Here is a webrev of the FX 8u112 changes for those who are interested in the changes, but don't want to wade through the separate changesets I just pushed (most of which are tag or merge

[9] Review request for 8166847: NumberAxis: sticked numbers sometimes

2016-10-18 Thread Vadim Pakhnushev
Hi Jonathan, Could you please review the fix: https://bugs.openjdk.java.net/browse/JDK-8166847 http://cr.openjdk.java.net/~vadim/8166847/webrev.00/ Thanks, Vadim

[9] Review request: JDK-8167973 Absolute path for module-path is not working when trying to execute javapackager from other drive in CLI

2016-10-18 Thread Chris Bensen
Kevin, Please review this change to fix the path separate for Windows. JIRA: https://bugs.openjdk.java.net/browse/JDK-8167973 Webrev: http://cr.openjdk.java.net/~cbensen/JDK-8167973/webrev.00/ Chris