Alan Bateman
|
cc84e69bec
|
8008981: Deprecate SecurityManager checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess
Reviewed-by: anthony, art, mchung
|
2013-09-04 11:40:23 +01:00 |
|
Paul Sandoz
|
0fb014c2b3
|
8023463: Improvements to HashMap/LinkedHashMap use of bins/buckets and trees (red/black)
8012913: LinkedHashMap key/value/entry spliterators should report ORDERED
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou, forax, bchristi, alanb
|
2013-09-04 09:34:25 +02:00 |
|
Alexander Scherbatiy
|
f8b0bf1b23
|
8022401: [macosx] javax/swing/text/JTextComponent/5074573/bug5074573.java fails
Reviewed-by: anthony
|
2013-08-30 13:28:15 +04:00 |
|
Chris Hegarty
|
369c079b32
|
Merge
|
2013-08-30 09:37:29 +01:00 |
|
Vinnie Ryan
|
cbe29b7b72
|
8008296: keytool utility doesn't support '-importpassword' command
Reviewed-by: weijun
|
2013-10-04 16:05:55 +01:00 |
|
Peter Allwin
|
f426e35d99
|
8025829: Add java/lang/instrument/RetransformBigClass.sh to problemlist
Reviewed-by: sla, jbachorik
|
2013-10-04 15:00:42 +02:00 |
|
Roger Riggs
|
1e581e11ea
|
8024427: Missing java.time.chrono serialization tests
Add tests and cleanup existing serialization tests
Reviewed-by: sherman
|
2013-10-03 15:16:14 -04:00 |
|
Dan Xu
|
ae3b889b67
|
4792059: test/java/io/pathNames/GeneralSolaris.java fails on symbolic links
Exclude the possible usage of linked files or directories in the test
Reviewed-by: alanb
|
2013-08-29 10:43:46 -07: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 |
|
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 |
|
Sergey Malenkov
|
0628977a7a
|
6968363: ClassCastException while entering HINDI characters with CustomDocument
Reviewed-by: alexsch
|
2013-08-28 17:32:25 +04:00 |
|
Lana Steuck
|
a9582521c6
|
Merge
|
2013-08-27 21:46:00 -07:00 |
|
Sergey Malenkov
|
6018c4e07f
|
7195179: ClassCastException for null values in JComboBox
Reviewed-by: alexsch
|
2013-08-27 12:53:46 +04:00 |
|
Dmitry Markov
|
670c332996
|
8023474: First mousepress doesn't start editing in JTree
Reviewed-by: alexp, anthony
|
2013-08-26 17:21:48 +04:00 |
|
Paul Rank
|
a4b39faa4f
|
8024896: Refactor java.time serialization tests into separate subpackage
Move serialization tests to .serial subpackage
Reviewed-by: sherman
|
2013-08-22 10:01:47 -07:00 |
|
Sergey Malenkov
|
eaece57c8d
|
8023536: Some regression tests have a wrong header
Reviewed-by: alexsch
|
2013-08-22 17:17:25 +04: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 |
|
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 |
|
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
|
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 |
|
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 |
|
Yiming Wang
|
423284cd20
|
8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8)
Reviewed-by: alanb
|
2013-08-26 10:01:27 +01:00 |
|