hg: hsx/hotspot-rt/jdk: 83 new changesets

2012-11-01 Thread john . coomes
Changeset: 117eed515e42 Author:bae Date: 2012-10-23 13:10 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jdk/rev/117eed515e42 7051394: NullPointerException when running regression tests LoadProfileTest by using openjdk-7-b144 Reviewed-by: jgodinez, prr ! src/share/native/sun

hg: hsx/hotspot-rt/langtools: 15 new changesets

2012-11-01 Thread john . coomes
Changeset: c75be5bc5283 Author:jjg Date: 2012-10-09 19:10 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/langtools/rev/c75be5bc5283 8000663: clean up langtools imports Reviewed-by: darcy ! src/share/classes/com/sun/source/tree/CompilationUnitTree.java ! src/share/classes/com/

hg: hsx/hotspot-rt/jaxp: 7 new changesets

2012-11-01 Thread john . coomes
Changeset: 53a2a4893c8f Author:joehw Date: 2012-10-09 14:19 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxp/rev/53a2a4893c8f 8000172: 2 SAX features does not work properly Summary: When external dtd is not loaded, skippedEntity event should be reported for entity referenc

hg: hsx/hotspot-rt/jaxws: 3 new changesets

2012-11-01 Thread john . coomes
Changeset: c30a7cb5c587 Author:ohair Date: 2012-10-26 14:25 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxws/rev/c30a7cb5c587 8000992: Update new build-infra makefiles Summary: Build-infra project integration. Multiple authors on this work: erikj and ihse primarily, also

hg: hsx/hotspot-rt: 8 new changesets

2012-11-01 Thread john . coomes
Changeset: 4bde5640fb36 Author:alanb Date: 2012-10-09 13:25 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/rev/4bde5640fb36 7173494: some jdk tests are not run in test/Makefile Reviewed-by: chegar, mchung, mduigou, iris ! make/jprt.properties ! test/Makefile Changeset: ce2b1

hg: hsx/hotspot-rt/corba: 7 new changesets

2012-11-01 Thread john . coomes
Changeset: 679e8ad9874f Author:coffeys Date: 2012-10-09 20:14 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/corba/rev/679e8ad9874f 7196086: update copyright years for files in corba repository (JDK 8) Reviewed-by: lancea ! make/common/Defs-bsd.gmk ! make/common/internal/Reso

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-01 Thread David Holmes
On 2/11/2012 12:03 PM, BILL PITTORE wrote: On 11/1/2012 7:47 PM, David Holmes wrote: On 2/11/2012 8:49 AM, Dmitry Samersoff wrote: David, Sorry, (my eyes) I misread if As far as I understand, cross compilation require explicit ALT_OBJCOPY. Yes. Is there any defaults? No. The makefiles k

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-01 Thread BILL PITTORE
On 11/1/2012 7:47 PM, David Holmes wrote: On 2/11/2012 8:49 AM, Dmitry Samersoff wrote: David, Sorry, (my eyes) I misread if As far as I understand, cross compilation require explicit ALT_OBJCOPY. Yes. Is there any defaults? No. The makefiles know nothing about the toolsets for cross-c

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-01 Thread David Holmes
On 2/11/2012 8:49 AM, Dmitry Samersoff wrote: David, Sorry, (my eyes) I misread if As far as I understand, cross compilation require explicit ALT_OBJCOPY. Yes. Is there any defaults? No. The makefiles know nothing about the toolsets for cross-compiling. Does it make sense to warn if ALT

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-01 Thread Gary Collins
Looks even better now! Gary On Nov 1, 2012, at 3:41 PM, David Holmes wrote: > On 2/11/2012 2:20 AM, Daniel D. Daugherty wrote: >> On 10/31/12 11:41 PM, David Holmes wrote: >>> No takers so far - don't be shy, it's not a difficult one I promise :) >>> >>> Updated webrev: http://cr.openjdk.java.

Re: RFR: 8000489: older builds of hsdis don't work anymore after 6879063

2012-11-01 Thread John Rose
On Nov 1, 2012, at 11:06 AM, yumin...@oracle.com wrote: > Please have a look for new webrev > http://cr.openjdk.java.net/~minqi/8000489 > > The new code works fine: new vm with new hsdis and old hsdis, old vm with > new hsdis and old hsdis. Good! — John

Re: RFR: 8000489: older builds of hsdis don't work anymore after 6879063

2012-11-01 Thread Krystal Mo
Hi Yumin, I just built hsdis with the new patch and dropped it into JDK7u5, and it's still missing newlines. Anyway, it not that bad, at least the disassembly contents are correct. PrintInterpreter log on JDK7u5 ends with: Old hsdis: 0x7f8ae0e058d9: jmpq *(%r10,%rbx,8) 0x

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-01 Thread Gary Collins
Looks good to me Gary On Oct 31, 2012, at 8:41 PM, David Holmes wrote: > No takers so far - don't be shy, it's not a difficult one I promise :) > > Updated webrev: http://cr.openjdk.java.net/~dholmes/8002034/webrev.01/ > > Because of the multiple sub-make invocations that occur during a build t

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-01 Thread Erik Joelsson
Looks good to me. Reducing confusing messages is always good. /Erik On 2012-11-01 04:41, David Holmes wrote: No takers so far - don't be shy, it's not a difficult one I promise :) Updated webrev: http://cr.openjdk.java.net/~dholmes/8002034/webrev.01/ Because of the multiple sub-make invocatio

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-01 Thread Dmitry Samersoff
David, Sorry, (my eyes) I misread if As far as I understand, cross compilation require explicit ALT_OBJCOPY. Is there any defaults? Does it make sense to warn if ALT_OBJCOPY isn't set? -Dmitry On 2012-11-02 02:15, David Holmes wrote: > Thanks for the review Dmitry. > > On 1/11/2012 10:02 PM,

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-01 Thread David Holmes
On 2/11/2012 2:20 AM, Daniel D. Daugherty wrote: On 10/31/12 11:41 PM, David Holmes wrote: No takers so far - don't be shy, it's not a difficult one I promise :) Updated webrev: http://cr.openjdk.java.net/~dholmes/8002034/webrev.01/ make/linux/makefiles/defs.make The new BUILD_FLAVOR check on

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-01 Thread David Holmes
Thanks for the review Dmitry. On 1/11/2012 10:02 PM, Dmitry Samersoff wrote: David, if we use host /usr/bin/objcopy for cross compiling, changes looks good for me. ??? We don't use host /usr/bin/objcopy for cross-compiling that is why DEF_OBJCOPY is only set when not cross-compiling. Of

hg: jdk8/tl/jdk: 7198815: Add the minimal VM as "known" in jvm.cfg

2012-11-01 Thread david . holmes
Changeset: 9b3867244eec Author:dholmes Date: 2012-11-01 18:09 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9b3867244eec 7198815: Add the minimal VM as "known" in jvm.cfg Reviewed-by: alanb, forax, mchung ! src/solaris/bin/arm/jvm.cfg ! src/solaris/bin/i586/jvm.cfg ! src/so

hg: jdk8/tl/jdk: 8002120: ProblemList.txt updates (11/2012)

2012-11-01 Thread alan . bateman
Changeset: 79774104a1f4 Author:alanb Date: 2012-11-01 21:59 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/79774104a1f4 8002120: ProblemList.txt updates (11/2012) Reviewed-by: lancea ! test/ProblemList.txt ! test/TEST.ROOT

hg: jdk8/tl/jdk: 8001536: Added readObject, writeObject, clone, equals, hashcode to SerialXLob

2012-11-01 Thread lance . andersen
Changeset: 8748331f63cf Author:lancea Date: 2012-11-01 17:35 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8748331f63cf 8001536: Added readObject,writeObject,clone, equals, hashcode to SerialXLob Reviewed-by: alanb, forax ! src/share/classes/javax/sql/rowset/serial/SerialBl

hg: jdk8/tl/jdk: 8001440: CLDR adapter: Invalid number extension in language tag causes exception in NumberFormat.format()

2012-11-01 Thread naoto . sato
Changeset: 6420fcd61c10 Author:naoto Date: 2012-11-01 13:28 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6420fcd61c10 8001440: CLDR adapter: Invalid number extension in language tag causes exception in NumberFormat.format() Reviewed-by: okutsu ! src/share/classes/java/tex

Re: RFR: 8000489: older builds of hsdis don't work anymore after 6879063

2012-11-01 Thread yumin . qi
Hi, John and all Please have a look for new webrev http://cr.openjdk.java.net/~minqi/8000489 The new code works fine: new vm with new hsdis and old hsdis, old vm with new hsdis and old hsdis. (Kris, I tested both with -XX:+PrintInterpreter and -XX:+PrintAssembly separately, the o

Re: 1-line review request: 7194607 VerifyLocalVariableTableOnRetransformTest.sh fails after JSR-292 merge

2012-11-01 Thread Christian Thalinger
Thanks. -- Chris On Oct 31, 2012, at 5:46 PM, serguei.spit...@oracle.com wrote: > I've created the hotspot/runtime CR: > https://jbs.oracle.com/bugs/browse/JDK-8002087 > > Assigned to myself. > > Thanks, > Serguei > > > On 10/31/12 2:13 PM, serguei.spit...@oracle.com wrote: >> Thanks, Chris

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-01 Thread Daniel D. Daugherty
On 10/31/12 11:41 PM, David Holmes wrote: No takers so far - don't be shy, it's not a difficult one I promise :) Updated webrev: http://cr.openjdk.java.net/~dholmes/8002034/webrev.01/ make/linux/makefiles/defs.make The new BUILD_FLAVOR check on line 176 is also applicable to Solaris so

hg: hsx/hotspot-rt/hotspot: 8002078: hs_err_pid file should report full JDK version string

2012-11-01 Thread staffan . larsen
Changeset: a1b8cf9cf970 Author:sla Date: 2012-11-01 13:05 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/a1b8cf9cf970 8002078: hs_err_pid file should report full JDK version string Reviewed-by: dholmes, sspitsyn, kmo ! src/share/vm/classfile/vmSymbols.hpp ! src/sh

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-11-01 Thread Dmitry Samersoff
David, if we use host /usr/bin/objcopy for cross compiling, changes looks good for me. -Dmitry On 2012-11-01 07:41, David Holmes wrote: > No takers so far - don't be shy, it's not a difficult one I promise :) > > Updated webrev: http://cr.openjdk.java.net/~dholmes/8002034/webrev.01/ > > Becau

hg: jdk8/tl/langtools: 7153951: Add new lint option -Xlint:auxiliaryclass

2012-11-01 Thread fredrik . ohrstrom
Changeset: bf54daa9dcd8 Author:ohrstrom Date: 2012-11-01 10:48 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/bf54daa9dcd8 7153951: Add new lint option -Xlint:auxiliaryclass Reviewed-by: jjg, mcimadamore, forax ! src/share/classes/com/sun/tools/javac/code/Flags.java !

hg: jdk8/tl/jdk: 8002101: break out auxiliary classes that will prevent multi-core compilation of the JDK

2012-11-01 Thread fredrik . ohrstrom
Changeset: 8b944ebef8a7 Author:ohrstrom Date: 2012-11-01 10:33 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8b944ebef8a7 8002101: break out auxiliary classes that will prevent multi-core compilation of the JDK Reviewed-by: alanb, sla + src/share/classes/com/sun/jmx/snmp/a