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,
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
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
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
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
>
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
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
+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
> --
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
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
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/
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
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
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
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
!
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
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
17 matches
Mail list logo