jdk8-b77: HotSpot

2013-02-12 Thread alejandro murillo
hs25-b18 has been integrated into jdk8-b77. http://hg.openjdk.java.net/jdk8/jdk8/rev/3933eebc659d http://hg.openjdk.java.net/jdk8/jdk8/corba/rev/35684a40c584 http://hg.openjdk.java.net/jdk8/jdk8/hotspot/rev/cdb46031e718 http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/573e789c187a http://hg.openjdk.

hg: jdk8/jdk8/hotspot: 73 new changesets

2013-02-12 Thread alejandro . murillo
Changeset: 6fbe8a57549d Author:amurillo Date: 2013-01-25 03:03 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/hotspot/rev/6fbe8a57549d 8006827: new hotspot build - hs25-b18 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 3c327c2b6782 Author:jmasa Date: 2013-01-03

jdk8-b77: JSN, Tools, Core Libraries, Serviceability, 2d, Awt, and Swing

2013-02-12 Thread lana . steuck
http://hg.openjdk.java.net/jdk8/jdk8/rev/3933eebc659d http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/89c664151689 http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/b2fc8e31cecc http://hg.openjdk.java.net/jdk8/jdk8/jaxws/rev/64dfba1bad16 http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/573e789c187a

hg: jdk8/jdk8/jdk: 39 new changesets

2013-02-12 Thread lana . steuck
Changeset: e63e7ee18412 Author:bae Date: 2013-02-01 20:06 +0400 URL: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e63e7ee18412 8004801: The image of BufferedImage.TYPE_INT_ARGB is blank. Reviewed-by: prr ! src/share/native/sun/awt/image/awt_parseImage.c ! src/solaris/native/sun/awt

hg: jdk8/jdk8/jaxp: 2 new changesets

2013-02-12 Thread lana . steuck
Changeset: f0ad3747b40e Author:emc Date: 2013-02-05 14:56 + URL: http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/f0ad3747b40e 8007389: Remove uses of _ as identifier in jaxp Reviewed-by: lancea, joehw ! src/javax/xml/validation/SchemaFactoryFinder.java ! src/javax/xml/xpath/XPath

hg: jdk8/jdk8/langtools: 20 new changesets

2013-02-12 Thread lana . steuck
Changeset: cbcd9b484759 Author:vromero Date: 2013-01-27 19:38 + URL: http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/cbcd9b484759 8006944: javac, combo tests should print out the number of threads used Reviewed-by: mcimadamore ! test/tools/javac/lib/JavacTestingAbstractThrea

Re: New CPU & OS Platform System Properties Updated

2013-02-12 Thread Bob Vandette
I've withdrawn my request to add a new os.variant. We'll just set os.name to Android. I will use sun.arch.abi to identify platform specific ABI differences. Bob. On Feb 12, 2013, at 11:16 AM, mark.reinh...@oracle.com wrote: > (cleaning up old threads ...) > > 2013/1/23 10:00 -0800, bob.van

Re: New CPU & OS Platform System Properties Updated

2013-02-12 Thread Mike Swingler
On Feb 12, 2013, at 8:16 AM, mark.reinh...@oracle.com wrote: >> 2. OpenJDK community feedback. Mike Swingler from Apple agrees with my >> position that Android is a variant. > > I respectfully disagree. Android is based on a Linux kernel but the > userland is entirely different. The name of th

Re: New CPU & OS Platform System Properties Updated

2013-02-12 Thread Dmitry Samersoff
Mark, Unfortunately, the problem is harder than it should be. If you write gui-less program in plain C it's just linux-arm program with minimal difference. But gui and high level api is of course absolutely different. So final decision depends mostly to the way Java customers will use this flag

Re: New CPU & OS Platform System Properties Updated

2013-02-12 Thread mark . reinhold
(cleaning up old threads ...) 2013/1/23 10:00 -0800, bob.vande...@oracle.com: > On Jan 23, 2013, at 11:38 AM, mark.reinh...@oracle.com wrote: >> 2013/1/10 10:59 -0800, bob.vande...@oracle.com: >>> Thanks for all the input. Here's an update to the proposal based on the >>> feedback I've received s