hg: hsx/hotspot-rt/hotspot: 8007950: Undo hs_file permission change

2013-02-12 Thread zhengyu . gu
Changeset: 5ee2b330eacd Author:zgu Date: 2013-02-12 12:19 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/5ee2b330eacd 8007950: Undo hs_file permission change Summary: Reverse hs_err file permission back to 0666, as early push was premature Reviewed-by: dsamersoff,

hg: jdk8/tl/langtools: 8008077: update reference impl for type-annotations

2013-02-12 Thread jonathan . gibbons
Changeset: bc456436c613 Author:jjg Date: 2013-02-12 17:15 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/bc456436c613 8008077: update reference impl for type-annotations Reviewed-by: jjg Contributed-by: wmdi...@cs.washington.edu ! src/share/classes/com/sun/tools/classf

Re: FAILS: test/sun/management/jdp/JdpTest.sh: test: argument expected

2013-02-12 Thread alejandro murillo
Dmitry, you have to use "-testset core" to run this test via JPRT. It's not run on regular jobs. Alejandro On 2/12/2013 3:18 PM, Dmitry Samersoff wrote: Kelly, Do you have an idea why I didn't see this failure under jprt? http://sthjprt.se.oracle.com/archives/2013/02/2013-02-08-192233.dsa

Re: FAILS: test/sun/management/jdp/JdpTest.sh: test: argument expected

2013-02-12 Thread Dmitry Samersoff
Chris, I'm not able to reproduce it locally. Do you have a link to jprt job you see this failure? -Dmitry On 2013-02-12 21:38, Chris Hegarty wrote: > Dmitry, > > This test is now failing on several platforms, on jdk8 and 7u-dev > > --- > > result: Passed. Compilation successful > > #sect

Re: FAILS: test/sun/management/jdp/JdpTest.sh: test: argument expected

2013-02-12 Thread Dmitry Samersoff
Kelly, Do you have an idea why I didn't see this failure under jprt? http://sthjprt.se.oracle.com/archives/2013/02/2013-02-08-192233.dsamerso.tl/ -Dmitry On 2013-02-12 21:52, Kelly O'Hair wrote: > +if [ ! -f ${_testclasses} ] > needs to be > +if [ ! -d ${_testclasses} ] > > > -kto >

Re: FAILS: test/sun/management/jdp/JdpTest.sh: test: argument expected

2013-02-12 Thread Dmitry Samersoff
Kelly, Good catch but this part of test is not executed under JTReg, and this mistake cause extra mkdir call but not a test error. -Dmitry On 2013-02-12 21:52, Kelly O'Hair wrote: > +if [ ! -f ${_testclasses} ] > needs to be > +if [ ! -d ${_testclasses} ] > > > -kto > > On Feb 12, 201

hg: jdk8/tl/langtools: 8007464: Add graph inference support

2013-02-12 Thread maurizio . cimadamore
Changeset: 2154ed9ff6c8 Author:mcimadamore Date: 2013-02-12 19:25 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/2154ed9ff6c8 8007464: Add graph inference support Summary: Add support for more aggressive type-inference scheme Reviewed-by: jjg ! src/share/classes/com/su

Re: FAILS: test/sun/management/jdp/JdpTest.sh: test: argument expected

2013-02-12 Thread Kelly O'Hair
+if [ ! -f ${_testclasses} ] needs to be +if [ ! -d ${_testclasses} ] -kto On Feb 12, 2013, at 9:38 AM, Chris Hegarty wrote: > Dmitry, > > This test is now failing on several platforms, on jdk8 and 7u-dev > > --- > > result: Passed. Compilation successful > > #section:shell > --

FAILS: test/sun/management/jdp/JdpTest.sh: test: argument expected

2013-02-12 Thread Chris Hegarty
Dmitry, This test is now failing on several platforms, on jdk8 and 7u-dev --- result: Passed. Compilation successful #section:shell --messages:(3/154)-- command: shell JdpTest.sh [--jtreg, --no-compile] reason: User specified action: run shell JdpTest.sh --jtreg --no-compil

hg: jdk8/tl: 8007392: JSR 310: DateTime API Updates

2013-02-12 Thread xueming . shen
Changeset: fdb1e09519ed Author:sherman Date: 2013-02-12 09:27 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/rev/fdb1e09519ed 8007392: JSR 310: DateTime API Updates Summary: Integration of JSR310 Date/Time API for M7 Reviewed-by: darcy, alanb, naoto Contributed-by: scolebou...@joda.o

hg: jdk8/tl/jdk: 8007392: JSR 310: DateTime API Updates; ...

2013-02-12 Thread xueming . shen
Changeset: 7dcb74c3ffba Author:sherman Date: 2013-02-12 09:25 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7dcb74c3ffba 8007392: JSR 310: DateTime API Updates 8007520: Update date/time classes in j.util and j.sql packages 8007572: Replace existing jdk timezone data at /lib/

Re: RFR(XXS): 8007147: Trace event ExecuteVMOperation may get dangling pointer

2013-02-12 Thread Staffan Larsen
Looks good! I can sponsor this once it has been Reviewed. /Staffan On 12 feb 2013, at 15:03, Markus Grönlund wrote: > Greetings, > > Kindly asking for reviews and a putback sponsorship for the following change: > > Bugid: http://bugs.sun.com/view_bug.do?bug_id=8007147 > Webrev: http://cr.o

RFR(XXS): 8007147: Trace event ExecuteVMOperation may get dangling pointer

2013-02-12 Thread Markus Grönlund
Greetings,   Kindly asking for reviews and a putback sponsorship for the following change:   Bugid: http://bugs.sun.com/view_bug.do?bug_id=8007147 Webrev: http://cr.openjdk.java.net/~mgronlun/8007147/webrev01/   Please also note this is for hs24.   Thanks to David Holmes for pointing out t

hg: jdk8/tl/langtools: 8006334: javap, JavapTask constructor breaks with null pointer exception if parameter options is null

2013-02-12 Thread vicente . romero
Changeset: 073696f59241 Author:vromero Date: 2013-02-12 13:36 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/073696f59241 8006334: javap, JavapTask constructor breaks with null pointer exception if parameter options is null Reviewed-by: jjg ! src/share/classes/com/sun

hg: jdk8/tl/jdk: 8007786: JDK-8002048 testcase doesn't work on Solaris

2013-02-12 Thread dmitry . samersoff
Changeset: f7fb173ac833 Author:dsamersoff Date: 2013-02-12 16:02 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f7fb173ac833 8007786: JDK-8002048 testcase doesn't work on Solaris Summary: test built in into Solaris shell doesn't have -e operator Reviewed-by: sla, sspitsyn !

hg: jdk8/tl/langtools: 8004822: RFE to write language model API tests for repeating annotations based on the spec updates

2013-02-12 Thread joel . franck
Changeset: 973646bf043a Author:jfranck Date: 2013-02-12 11:28 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/973646bf043a 8004822: RFE to write language model API tests for repeating annotations based on the spec updates Reviewed-by: jjg, abuckley Contributed-by: Mathe

Re: RFR (XS): 8007901 SA: Don't read flag values as constants

2013-02-12 Thread Staffan Larsen
The values are initialized at VM compile time in the VMStructs::localHotSpotVMIntConstants array. I don't think we want to modify SA so that values of int constants is made into a dynamic lookup. Or at least, that is a fairly significant change to SA. The problem here was to think that UseTLAB