[9] Review Request: 8155956 Java Packager runtime argument

2016-08-24 Thread Chris Bensen
Kevin, Please review change for Java Packager runtime argument and a few other minor changes. Webrev: http://cr.openjdk.java.net/~cbensen/JDK-8155956/webrev.00/ JIRA: https://bugs.openjdk.java.net/browse/JDK-8155956 Chris

Re: Playing a sound at regular intervals

2016-08-24 Thread David DeHaven
I see no reason for that, I'll clean it up and make it public. -DrD- > FYI... This issue is not visible to me > https://bugs.openjdk.java.net/browse/JDK-8090414 > > > Scott > >> On Aug 23, 2016, at 10:15 AM, David DeHaven wrote: >> >> >>> We're trying to play a

[9] Review request for 8162979: Website weibo.com cannot be loaded

2016-08-24 Thread Murali Billa
  Hi Kevin, Arun, Guru, Please review the following fix. JIRA: https://bugs.openjdk.java.net/browse/JDK-8162979 Webrev: http://cr.openjdk.java.net/~mbilla/8162979/webrev.00/   Thanks, Murali

RE: Playing a sound at regular intervals

2016-08-24 Thread Daniel Glöckner
Hi, Thanks for the explanation. For now we'll use AudioInputStream / Clip from javax.sound.sampled which seems wo work nicely for WAV clips. That API also offers continuous playback but without strange delays ;) Kind regards, Daniel > -Original Message- > From: David DeHaven