hg: type-annotations/type-annotations/jdk: 12 new changesets

wdietl at gmail.com wdietl at gmail.com
Fri Sep 20 18:28:55 PDT 2013


Changeset: 22e9f0067b5a
Author:    kizune
Date:      2013-09-19 17:04 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/22e9f0067b5a

8017248: Compiler Diacritics Issue
Reviewed-by: naoto

! src/share/classes/sun/launcher/LauncherHelper.java
+ test/tools/launcher/8017248/ClassÁ.java
+ test/tools/launcher/8017248/test.sh

Changeset: 7557062d2dd2
Author:    plevart
Date:      2013-09-19 16:14 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7557062d2dd2

8011940: java.lang.Class.getAnnotations() always enters synchronized method
Reviewed-by: jfranck, chegar, psandoz, shade

! src/share/classes/java/lang/Class.java
+ test/java/lang/annotation/AnnotationsInheritanceOrderRedefinitionTest.java

Changeset: 278873b2b3f8
Author:    sherman
Date:      2013-09-19 10:06 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/278873b2b3f8

8023113: tools/jar/ChangeDir.java fails if /tmp/a exists
Summary: updated the test case
Reviewed-by: alanb

! test/tools/jar/ChangeDir.java

Changeset: f36714707c38
Author:    psandoz
Date:      2013-09-18 10:49 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/f36714707c38

8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException
Reviewed-by: henryjen, alanb

! src/share/classes/java/lang/CharSequence.java
! test/java/lang/CharSequence/DefaultTest.java

Changeset: 0ef7ddef9de0
Author:    psandoz
Date:      2013-09-19 20:41 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/0ef7ddef9de0

8024405: Spliterators.spliterator should support CONCURRENT characteristic
Reviewed-by: martin

! src/share/classes/java/util/Spliterator.java
! src/share/classes/java/util/Spliterators.java
! test/java/util/Spliterator/SpliteratorCharacteristics.java
! test/java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java

Changeset: 58fd427b454d
Author:    sla
Date:      2013-09-20 10:14 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/58fd427b454d

8024985: com/sun/jdi/StepTest.java failed since jdk8b107
Reviewed-by: dcubed

! test/com/sun/jdi/ExceptionEvents.java
! test/com/sun/jdi/FilterNoMatch.java
! test/com/sun/jdi/JDIScaffold.java
! test/com/sun/jdi/PopAndStepTest.java
! test/com/sun/jdi/RepStep.java
! test/com/sun/jdi/TestScaffold.java

Changeset: 6a1c70e191d4
Author:    sla
Date:      2013-09-20 10:15 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/6a1c70e191d4

8024416: TESTBUG: com/sun/jdi/MethodEntryExitEvents.java: method entry count mismatch
Reviewed-by: dcubed

! test/com/sun/jdi/MethodEntryExitEvents.java

Changeset: afe857b13b62
Author:    kizune
Date:      2013-09-20 17:56 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/afe857b13b62

8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales
Reviewed-by: naoto, ksrini

- test/tools/launcher/8017248/ClassÁ.java
- test/tools/launcher/8017248/test.sh
+ test/tools/launcher/DiacriticTest.java

Changeset: 94cc251d0c45
Author:    sla
Date:      2013-09-20 16:40 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/94cc251d0c45

7200277: [parfait] potential buffer overflow in npt/utf.c
Reviewed-by: dsamersoff, dcubed

! src/share/npt/utf.c

Changeset: 7913855ff66c
Author:    psandoz
Date:      2013-09-20 11:07 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7913855ff66c

8024253: ThreadLocal random can use SecureRandom for the initial seed
Reviewed-by: psandoz, chegar, alanb
Contributed-by: Doug Lea <dl at cs.oswego.edu>, Peter Levart <peter.levart at gmail.com>, Guy Steele <guy.steele at oracle.com>

! src/share/classes/java/util/SplittableRandom.java
! src/share/classes/java/util/concurrent/ThreadLocalRandom.java
! test/java/util/concurrent/ThreadLocalRandom/ThreadLocalRandomTest.java

Changeset: 2552cd270350
Author:    bpb
Date:      2013-09-20 15:12 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/2552cd270350

8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
Summary: Explicitly check for null remappingFunction parameter.
Reviewed-by: mduigou, forax, psandoz
Contributed-by: Brian Burkhalter <brian.burkhalter at oracle.com>

! src/share/classes/java/util/HashMap.java
! src/share/classes/java/util/Map.java
! test/java/util/Map/Defaults.java

Changeset: 821a84488dd4
Author:    wmdietl
Date:      2013-09-20 16:36 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/821a84488dd4

Automated merge with http://hg.openjdk.java.net/jdk8/tl/jdk

! src/share/classes/java/lang/Class.java



More information about the type-annotations-dev mailing list