In(Sanity) Testing Mondays

2016-10-07 Thread Vadim Pakhnushev
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PST until 1pm PST. Happy testing! Thanks, Vadim

[9] Review request: JDK-8166958: javafx dll binaries are in the wrong directory in the jmod files

2016-10-07 Thread Kevin Rushforth
Dave and Chris, Please review the following build change for Windows to fix the location of the .dll files in the jmods: https://bugs.openjdk.java.net/browse/JDK-8166958 http://cr.openjdk.java.net/~kcr/8166958/webrev.00/ In parallel with your review I still need to sanity test it on Mac and

Re: [8u-dev] RfR: backport of JDK-8156563: JavaFX Ensemble8 media sample hang and crash

2016-10-07 Thread David DeHaven
ping? -DrD- > Kevin, Alexander, please review my backport of 8156563 to 8u-dev. > > Main issue: > https://bugs.openjdk.java.net/browse/JDK-8156563 > > Backport issue: > https://bugs.openjdk.java.net/browse/JDK-8167317 > > Code review: > http://cr.openjdk.java.net/~ddehaven/8156563-8u/rt.0/ >

[9] Review request: JDK-8166661 Remove "-outfile" as compulsary when bundling modules in javapackager

2016-10-07 Thread Chris Bensen
Kevin, Please review the following change to remove the required argument -outfile. JIRA: https://bugs.openjdk.java.net/browse/JDK-811 Webrev: http://cr.openjdk.java.net/~cbensen/JDK-811/webrev.00/ Chris