Staffan Larsen
|
932c79bc4c
|
8023786: (jdk) setjmp/longjmp changes the process signal mask on OS X
Reviewed-by: dholmes
|
2013-08-29 11:22:44 +02:00 |
|
Erik Helin
|
ef64db06e2
|
8014659: NPG: performance counters for compressed klass space
Reviewed-by: jmasa, sla
|
2013-08-29 11:08:42 +02:00 |
|
Lana Steuck
|
e1e880abee
|
Merge
|
2013-09-22 20:21:11 -07:00 |
|
Ivan Gerasimov
|
06571ae862
|
8023130: (process) ProcessBuilder#inheritIO does not work on Windows
Reviewed-by: alanb, martin
|
2013-09-23 04:05:42 +01:00 |
|
Lana Steuck
|
170f727b62
|
Merge
|
2013-09-20 19:15:59 -07:00 |
|
Paul Sandoz
|
57f84d8637
|
8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec
Reviewed-by: alanb
|
2013-09-20 17:11:32 -07:00 |
|
Brian Burkhalter
|
ca9e74c63d
|
8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
Explicitly check for null remappingFunction parameter.
Reviewed-by: mduigou, forax, psandoz
|
2013-09-20 15:12:05 -07:00 |
|
Doug Lea
|
851fd0447e
|
8024253: ThreadLocal random can use SecureRandom for the initial seed
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Guy Steele <guy.steele@oracle.com>
Reviewed-by: psandoz, chegar, alanb
|
2013-09-20 11:07:06 -07:00 |
|
Staffan Larsen
|
fdef74ade2
|
7200277: [parfait] potential buffer overflow in npt/utf.c
Reviewed-by: dsamersoff, dcubed
|
2013-09-20 16:40:32 +02:00 |
|
Alexander Zuev
|
e5fa00ffb5
|
8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales
Reviewed-by: naoto, ksrini
|
2013-09-20 17:56:54 +04:00 |
|
Staffan Larsen
|
a066da5d4d
|
8024416: TESTBUG: com/sun/jdi/MethodEntryExitEvents.java: method entry count mismatch
Reviewed-by: dcubed
|
2013-09-20 10:15:02 +02:00 |
|
Staffan Larsen
|
6de8695342
|
8024985: com/sun/jdi/StepTest.java failed since jdk8b107
Reviewed-by: dcubed
|
2013-09-20 10:14:35 +02:00 |
|
Paul Sandoz
|
0f59d418d8
|
8024405: Spliterators.spliterator should support CONCURRENT characteristic
Reviewed-by: martin
|
2013-09-19 20:41:54 -07:00 |
|
Paul Sandoz
|
3a559a7ea0
|
8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException
Reviewed-by: henryjen, alanb
|
2013-09-18 10:49:34 -07:00 |
|
Xueming Shen
|
6ea068de3a
|
8023113: tools/jar/ChangeDir.java fails if /tmp/a exists
Updated the test case
Reviewed-by: alanb
|
2013-09-19 10:06:30 -07:00 |
|
Peter Levart
|
c7759dc643
|
8011940: java.lang.Class.getAnnotations() always enters synchronized method
Reviewed-by: jfranck, chegar, psandoz, shade
|
2013-09-19 16:14:13 +02:00 |
|
Alexander Zuev
|
100b98aafa
|
8017248: Compiler Diacritics Issue
Reviewed-by: naoto
|
2013-09-19 17:04:45 +04:00 |
|
Eric Wang
|
8290ada96c
|
8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win]
Reviewed-by: chegar, alanb
|
2013-09-18 15:13:10 +01:00 |
|
Weijun Wang
|
ac8db73a7c
|
8011402: Move blacklisting certificate logic from hard code to data
Reviewed-by: erikj, mullan
|
2013-09-18 21:37:45 +08:00 |
|
Alan Bateman
|
2785e7d00a
|
8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)
Co-authored-by: Norman Maurer <nmaurer@redhat.com>
Reviewed-by: alanb, coffeys
|
2013-09-18 14:10:24 +01:00 |
|
Weijun Wang
|
5ae304e238
|
8012615: Realm.getRealmsList returns realms list in wrong
Reviewed-by: valeriep, xuelei
|
2013-09-18 18:22:49 +08:00 |
|
Shanliang Jiang
|
81cd0a8738
|
8023954: MBean*Info.equals: throw NPE
Reviewed-by: dfuchs, dholmes
|
2013-09-18 08:51:23 +02:00 |
|
Paul Sandoz
|
6c97499183
|
8023155: Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou
|
2013-08-28 22:11:14 +02:00 |
|
Xueming Shen
|
54b7d41e69
|
8023713: ZipFileSystem crashes on old zip file
To handle extra data field copy correctly even the extra data does not follow the spec
Reviewed-by: alanb, martin, chegar
|
2013-08-28 09:46:55 -07:00 |
|
Lana Steuck
|
b069788f24
|
Merge
|
2013-08-28 08:59:50 -07:00 |
|
Alan Bateman
|
188f6e49f5
|
8022594: Potential deadlock in <clinit> of sun.nio.ch.Util/IOUtil
Reviewed-by: chegar
|
2013-08-28 15:50:03 +01:00 |
|
Martin Buchholz
|
ce3943d27d
|
8023717: (process) ProcessBuilder should catch SecurityException rather than AccessControlException
Reviewed-by: wetmore, alanb
|
2013-08-28 14:07:30 +01:00 |
|
David Katleman
|
4635118ccb
|
Merge
|
2013-08-26 17:36:10 -07:00 |
|
Lana Steuck
|
03e8d7b04d
|
Merge
|
2013-08-23 14:14:05 -07:00 |
|
Vadim Pakhnushev
|
9e84a85d64
|
8023052: JVM crash in native layout
Reviewed-by: bae, prr
|
2013-08-23 14:13:38 +04:00 |
|
Omair Majid
|
4a2acff75d
|
8023480: Create a jvm.cfg for zero on 32 bit architectures
Reviewed-by: dholmes, erikj
|
2013-08-22 16:00:13 -04:00 |
|
Christine Lu
|
4bbc8e3230
|
Added tag jdk8-b104 for changeset 805046a40f61
|
2013-08-22 09:10:13 -07:00 |
|
Henry Jen
|
1d19a4f5df
|
8023528: Rename Comparator combinators to disambiguate overloading methods
Reviewed-by: mduigou, smarks
|
2013-08-21 20:41:35 -07:00 |
|
Xueming Shen
|
d912aa501e
|
8023647: "abc1c".matches("(\\w)+1\\1")) returns false
To correct the wrong GroupCurly group index backoff code
Reviewed-by: alanb
|
2013-08-27 12:54:44 -07:00 |
|
Henry Jen
|
b87db568f0
|
8023275: Wrapping collections should override default methods
Reviewed-by: mduigou, psandoz
|
2013-08-26 22:32:50 -07:00 |
|
Joe Darcy
|
ab9f31ab53
|
8023827: Fix doclint issues in javax.net.ssl
Reviewed-by: wetmore, xuelei
|
2013-08-27 11:46:25 -07:00 |
|
Sean Mullan
|
cff35761aa
|
Merge
|
2013-08-27 12:27:31 -04:00 |
|
Sean Mullan
|
4520fbf983
|
8019830: Add com.sun.media.sound to the list of restricted package
Reviewed-by: vinnie
|
2013-08-27 12:04:32 -04:00 |
|
Sean Mullan
|
05f2952a67
|
8023769: JDK-8016850 broke the old build
Remove files that were moved/removed from com/sun/security/auth/FILES_java.gmk
Reviewed-by: chegar, xuelei
|
2013-08-27 10:46:03 -04:00 |
|
Weijun Wang
|
c5fd247e16
|
8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file
Reviewed-by: sherman
|
2013-08-27 17:50:55 +08:00 |
|
Weijun Wang
|
849788a425
|
8015669: KerberosPrincipal::equals should ignore name-type
Reviewed-by: mullan
|
2013-08-27 17:50:52 +08:00 |
|
Lana Steuck
|
00055f4ba9
|
Merge
|
2013-08-26 22:18:48 -07:00 |
|
Lana Steuck
|
ff0005f62f
|
Merge
|
2013-08-26 14:53:15 -07:00 |
|
Paul Sandoz
|
231a351a47
|
8020292: j.u.SplittableRandom
Co-authored-by: Guy Steele <guy.steele@oracle.com>
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: mduigou
|
2013-08-26 22:55:03 +02:00 |
|
Bill Pittore
|
5c937b723c
|
8014135: The JVMTI specification does not conform to recent changes in JNI specification
Added support for statically linked agents
Reviewed-by: alanb, sspitsyn, bobv, coleenp
|
2013-08-26 11:27:48 -04:00 |
|
Ivan Gerasimov
|
86af118ec0
|
8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions
Reviewed-by: alanb, chegar
|
2013-08-26 18:26:35 +04:00 |
|
Roger Riggs
|
e0b682f2d8
|
8011944: Sort fails with ArrayIndexOutOfBoundsException
Increase the size of pending stack and add test cases
Reviewed-by: alanb
|
2013-08-26 11:46:05 -04:00 |
|
Doug Lea
|
56dbd896c3
|
8023234: StampedLock serializes readers on writer unlock
Sync-up the fix from jsr166 CVS, signal more readers on writer unlock
Reviewed-by: martin, shade
|
2013-08-26 17:50:34 +04:00 |
|
Joel Borggrén-Franck
|
d4b28471ff
|
8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
Reviewed-by: darcy, vromero, psandoz
|
2013-08-26 13:38:14 +02:00 |
|
Ivan Gerasimov
|
910d9b815c
|
7129312: BufferedInputStream calculates negative array size with large streams and mark
Reviewed-by: alanb
|
2013-08-25 23:20:59 +04:00 |
|