Changeset: dd4a00c220c6
Author:cl
Date: 2013-08-15 09:26 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/dd4a00c220c6
Added tag jdk8-b103 for changeset 76cfe7c61f25
! .hgtags
Changeset: f2ee3a4e7927
Author:cl
Date: 2013-08-22 09:10 -0700
URL: http://hg.o
Changeset: f1d8d15bfcb5
Author:cl
Date: 2013-08-15 09:25 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f1d8d15bfcb5
Added tag jdk8-b103 for changeset e0f6039c0290
! .hgtags
Changeset: c982f579b67e
Author:cl
Date: 2013-08-22 09:10 -0700
URL: http://hg.openjdk
Changeset: 0bbd1c775bef
Author:cl
Date: 2013-08-15 09:25 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/0bbd1c775bef
Added tag jdk8-b103 for changeset 6f9be7f87b96
! .hgtags
Changeset: 39127bb12d32
Author:amurillo
Date: 2013-08-09 01:39 -0700
URL: http://
Changeset: afc100513451
Author:cl
Date: 2013-08-15 09:26 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/afc100513451
Added tag jdk8-b103 for changeset 414203de4374
! .hgtags
Changeset: 74244f43c577
Author:cl
Date: 2013-08-22 09:10 -0700
URL: http://hg.ope
Changeset: 42211ab0ab1c
Author:cl
Date: 2013-08-15 09:25 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/42211ab0ab1c
Added tag jdk8-b103 for changeset 6cdc6ed98780
! .hgtags
Changeset: 88390df7ed2c
Author:cl
Date: 2013-08-22 09:10 -0700
URL: http://hg.openj
Changeset: a22fe9bd01e6
Author:cl
Date: 2013-08-15 09:25 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/a22fe9bd01e6
Added tag jdk8-b103 for changeset b1ceab582fc6
! .hgtags
Changeset: af28b93bfb6f
Author:cl
Date: 2013-08-22 09:10 -0700
URL: http://hg.openjd
Changeset: ceefd94ef326
Author:cl
Date: 2013-08-15 09:25 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/rev/ceefd94ef326
Added tag jdk8-b103 for changeset b7e64be81c8a
! .hgtags
Changeset: 4fb877dfe5c4
Author:erikj
Date: 2013-08-15 17:14 +0200
URL: http://hg.openjdk.
Changeset: d411c60a8c2f
Author:cl
Date: 2013-08-15 09:25 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/d411c60a8c2f
Added tag jdk8-b103 for changeset 49c4a777fdfd
! .hgtags
Changeset: 4e38de7c767e
Author:cl
Date: 2013-08-22 09:09 -0700
URL: http://hg.openj
Changeset: 9586ca82bd8b
Author:bpittore
Date: 2013-08-26 11:27 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9586ca82bd8b
8014135: The JVMTI specification does not conform to recent changes in JNI
specification
Summary: Added support for statically linked agents
Reviewed-by
Changeset: 7bf6313e1ced
Author:jjg
Date: 2013-08-26 15:55 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7bf6313e1ced
8023768: Use the unannotatedType in cyclicity checks.
Reviewed-by: jjg
Contributed-by: wdi...@gmail.com
! src/share/classes/com/sun/tools/javac/comp/Ch
Changeset: 5ce9025c9e1a
Author:psandoz
Date: 2013-08-26 22:55 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5ce9025c9e1a
8020292: j.u.SplittableRandom
Reviewed-by: mduigou
Contributed-by: Guy Steele , Doug Lea
, Brian Goetz , Paul Sandoz
+ src/share/classes/java/util/Spl
Changeset: 60f156c653d3
Author:jjg
Date: 2013-08-26 11:48 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/60f156c653d3
8023701: Fix badly named test
Reviewed-by: bpatel
- test/com/sun/javadoc/testNavagation/TestNavagation.java
- test/com/sun/javadoc/testNavagation/pkg/A
Changeset: f643fee2b40f
Author:mduigou
Date: 2013-08-26 10:09 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/rev/f643fee2b40f
8023491: Remove target names from test/Makefile and defer to sub-repo makefiles.
Reviewed-by: erikj
! common/makefiles/Main.gmk
! test/Makefile
Changeset: 92a66af7f834
Author:igerasim
Date: 2013-08-26 18:26 +0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/92a66af7f834
8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions
Reviewed-by: alanb, chegar
! src/share/classes/java/lang/AbstractStringBuil
Looks fine. A minor suggestion is that the code in equals could be
simplified a little:
if (! (other instanceof KerberosPrincipal)) {
return false;
}
String myFullName = getName();
String otherFullName = ((KerberosPrincipal) other).getName();
return myFullName.equals(
On 08/19/2013 06:11 AM, Weijun Wang wrote:
Hi Sherman
I try out "jar i" after signing and it puts INDEX.LIST at the very beginning of
the file. Does this mean INDEX.LIST was actually an exception? Or it's just a bug?
Anyway, I think I should update the fix for 8021788 and here is the webrev:
Changeset: 07585a2483fa
Author:rriggs
Date: 2013-08-26 11:46 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/07585a2483fa
8011944: Sort fails with ArrayIndexOutOfBoundsException
Summary: Increase the size of pending stack and add test cases
Reviewed-by: alanb
! src/share/clas
Changeset: 8a36fc7f494c
Author:shade
Date: 2013-08-26 17:50 +0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8a36fc7f494c
8023234: StampedLock serializes readers on writer unlock
Summary: Sync-up the fix from jsr166 CVS, signal more readers on writer unlock
Reviewed-by: martin,
Changeset: 6917c114b197
Author:jfranck
Date: 2013-08-26 13:38 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6917c114b197
8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
Reviewed-by: darcy, vromero, psandoz
! src/share/classes/java/lang/Class.ja
Changeset: 67a1a031876a
Author:igerasim
Date: 2013-08-25 23:20 +0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/67a1a031876a
7129312: BufferedInputStream calculates negative array size with large streams
and mark
Reviewed-by: alanb
! src/share/classes/java/io/BufferedInputStr
Changeset: 0ee3b995d63b
Author:alanb
Date: 2013-08-26 10:01 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0ee3b995d63b
8023139: java/nio/file/WatchService/SensitivityModifier.java failing
intermittently (win8)
Reviewed-by: alanb
Contributed-by: yiming.w...@oracle.com
! tes
Ping again.
On 8/19/13 9:11 PM, Weijun Wang wrote:
Hi Sherman
I try out "jar i" after signing and it puts INDEX.LIST at the very
beginning of the file. Does this mean INDEX.LIST was actually an
exception? Or it just "jari" bug?
Anyway, I think I should update the fix for 8021788 and here is th
22 matches
Mail list logo