From david at code.davidpcaldwell.com Fri Apr 11 13:50:55 2014 From: david at code.davidpcaldwell.com (David P. Caldwell) Date: Fri, 11 Apr 2014 09:50:55 -0400 Subject: Mac OS X JVMCapabilities Message-ID: <CABBxOKm74xrByz5_TbL3abFZSW3mFywAQ2nAR2+Hvi7Mcc+hdg@mail.gmail.com> Is there a reason that JDK 8 does not declare the full set of "capabilities" (from the OS X point of view) in the OS-specific Info.plist file? I just discovered that my JNI application broke because it uses native code to launch a JVM, but was able to fix it simply by adding the JNI "capability." So clearly it *has* that capability. -- David P. Caldwell http://www.davidpcaldwell.com/ From Sergey.Bylokhov at oracle.com Sun Apr 13 14:23:26 2014 From: Sergey.Bylokhov at oracle.com (Sergey Bylokhov) Date: Sun, 13 Apr 2014 18:23:26 +0400 Subject: [8u] Request for approval: 8030987 sun_awt_X11_GtkFileDialogPeer.h can be removed Message-ID: <534A9DDE.3020209@oracle.com> Hello, This is a direct back port from jdk 9 to jdk 8u. Bug: https://bugs.openjdk.java.net/browse/JDK-8030987 Webrev can be found at: http://cr.openjdk.java.net/~serb/8030987/webrev.00 Review: http://mail.openjdk.java.net/pipermail/awt-dev/2013-December/006740.html jdk9 changeset: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/f24bf3debb52 Reviewers: Petr Pchelko, Alexander Zvegintsev. -- Best regards, Sergey. From uncommonnonsense at gmail.com Sun Apr 13 16:29:48 2014 From: uncommonnonsense at gmail.com (Edoardo Vacchi) Date: Sun, 13 Apr 2014 18:29:48 +0200 Subject: Mac OS X JVMCapabilities In-Reply-To: <CABBxOKm74xrByz5_TbL3abFZSW3mFywAQ2nAR2+Hvi7Mcc+hdg@mail.gmail.com> References: <CABBxOKm74xrByz5_TbL3abFZSW3mFywAQ2nAR2+Hvi7Mcc+hdg@mail.gmail.com> Message-ID: <CAHhFCqQ8Xnoa8XkFruUEGGTdzFVhn1Ce8hLJFQ9+NXrsYyB8og@mail.gmail.com> Apparently this is also why App Bundles require JDK6 cf.: http://stackoverflow.com/a/19605234 On Fri, Apr 11, 2014 at 3:50 PM, David P. Caldwell < david at code.davidpcaldwell.com> wrote: > Is there a reason that JDK 8 does not declare the full set of > "capabilities" (from the OS X point of view) in the OS-specific > Info.plist file? > > I just discovered that my JNI application broke because it uses native > code to launch a JVM, but was able to fix it simply by adding the JNI > "capability." So clearly it *has* that capability. > > -- David P. Caldwell > http://www.davidpcaldwell.com/ > From david at code.davidpcaldwell.com Thu Apr 24 15:55:52 2014 From: david at code.davidpcaldwell.com (David P. Caldwell) Date: Thu, 24 Apr 2014 11:55:52 -0400 Subject: Nashorn documentation bug Message-ID: <CABBxOKk-NFU8JxjiqpiY4z74w7hcYk0qMfy8UNAg70VT0d3phA@mail.gmail.com> On the Oracle public tool pages (both Windows and Unix); -- see, for example, http://docs.oracle.com/javase/8/docs/technotes/tools/unix/jjs.html -- there is a --classpath option listed for setting the script classpath. (I think; I'm about to test it.) The option is actually -classpath, not --classpath. If this is not the right place to note that, let me know where I should. -- David P. Caldwell http://www.davidpcaldwell.com/ From james.laskey at oracle.com Thu Apr 24 15:59:00 2014 From: james.laskey at oracle.com (Jim Laskey (Oracle)) Date: Thu, 24 Apr 2014 12:59:00 -0300 Subject: Nashorn documentation bug In-Reply-To: <CABBxOKk-NFU8JxjiqpiY4z74w7hcYk0qMfy8UNAg70VT0d3phA@mail.gmail.com> References: <CABBxOKk-NFU8JxjiqpiY4z74w7hcYk0qMfy8UNAg70VT0d3phA@mail.gmail.com> Message-ID: <0268898B-27B6-4AAD-993F-3428D3E32B5B@oracle.com> There is a nashorn-dev at openjdk.java.net, but https://bugs.openjdk.java.net/browse/JDK-8041730 has been filed on your behalf. -- Jim On Apr 24, 2014, at 12:55 PM, David P. Caldwell <david at code.davidpcaldwell.com> wrote: > On the Oracle public tool pages (both Windows and Unix); -- see, for > example, http://docs.oracle.com/javase/8/docs/technotes/tools/unix/jjs.html > -- there is a --classpath option listed for setting the script > classpath. (I think; I'm about to test it.) > > The option is actually -classpath, not --classpath. > > If this is not the right place to note that, let me know where I should. > > -- David P. Caldwell > http://www.davidpcaldwell.com/ From david at code.davidpcaldwell.com Thu Apr 24 16:06:18 2014 From: david at code.davidpcaldwell.com (David P. Caldwell) Date: Thu, 24 Apr 2014 12:06:18 -0400 Subject: Nashorn documentation bug In-Reply-To: <0268898B-27B6-4AAD-993F-3428D3E32B5B@oracle.com> References: <CABBxOKk-NFU8JxjiqpiY4z74w7hcYk0qMfy8UNAg70VT0d3phA@mail.gmail.com> <0268898B-27B6-4AAD-993F-3428D3E32B5B@oracle.com> Message-ID: <CABBxOKnbzurf5f9rNKLnqW4b2tCTDwfH_rH8VmpXrJ1j2M6_3g@mail.gmail.com> Thank you! On Thu, Apr 24, 2014 at 11:59 AM, Jim Laskey (Oracle) <james.laskey at oracle.com> wrote: > There is a nashorn-dev at openjdk.java.net, but https://bugs.openjdk.java.net/browse/JDK-8041730 has been filed on your behalf. > > -- Jim > > > On Apr 24, 2014, at 12:55 PM, David P. Caldwell <david at code.davidpcaldwell.com> wrote: > >> On the Oracle public tool pages (both Windows and Unix); -- see, for >> example, http://docs.oracle.com/javase/8/docs/technotes/tools/unix/jjs.html >> -- there is a --classpath option listed for setting the script >> classpath. (I think; I'm about to test it.) >> >> The option is actually -classpath, not --classpath. >> >> If this is not the right place to note that, let me know where I should. >> >> -- David P. Caldwell >> http://www.davidpcaldwell.com/ > From mike.duigou at oracle.com Tue Apr 29 00:16:03 2014 From: mike.duigou at oracle.com (Mike Duigou) Date: Mon, 28 Apr 2014 17:16:03 -0700 Subject: Request Approval: 8035584: ArrayList(c) should avoid inflation if c is empty Message-ID: <F16A86B2-5DAD-4211-BAD1-AC43367E1443@oracle.com> Hello, Please approve this back-port of the fix for JDK-8035584 <https://bugs.openjdk.java.net/browse/JDK-8035584> to jdk8-dev: http://cr.openjdk.java.net/~mduigou/JDK-8035584/4.jdk8u/webrev/ JDK9 changeset: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/e8656ee2cdde The JKD8 changeset is a subset of the JDK9 changeset. All of the javadoc formatting changes incorporated in the JDK 9 version are omitted for the Java 8 backport. Build and test is successful. Thank you, Mike