Ivan Gerasimov
171fdabebb
7021870: GzipInputStream closes underlying stream during reading
...
Reviewed-by: mduigou
2013-05-10 23:56:24 +04:00
Roger Riggs
d5da33beea
8014296: DivModTests should not compare pointers
...
Reviewed-by: darcy
2013-05-10 09:06:21 -07:00
Alan Bateman
6622dd4edf
8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long
...
Reviewed-by: khazra, chegar
2013-05-10 14:53:33 +01:00
Joel Borggrén-Franck
5d83fde0d1
8007073: Implement Core Reflection for Type Annotations on parameters
...
Reviewed-by: darcy, abuckley
2013-05-10 10:20:13 +02:00
Lana Steuck
dfc792a1b8
Merge
2013-05-09 14:23:49 -07:00
Lana Steuck
fe8944db98
Merge
2013-05-08 23:53:35 -07:00
Brian Goetz
15adfafa5b
8012664: Add tests for java.util.stream and lambda translation
...
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Mike Duigou <mike.duigou@oracle.com>
Co-authored-by: Robert Field <robert.field@oracle.com>
Co-authored-by: Jim Gish <jim.gish@oracle.com>
Reviewed-by: mduigou, briangoetz
2013-05-06 11:43:51 -04:00
Brandon Passanisi
aac9a477c2
4802647: Throw required NPEs from removeAll()/retainAll()
...
Reviewed-by: mduigou, chegar, dholmes
2013-05-07 12:05:52 -07:00
Naoto Sato
06036d34ef
8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied
...
Reviewed-by: okutsu
2013-05-07 11:31:08 -07:00
Staffan Larsen
90294d0d6a
6980985: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage is not robust when getMax() returns -1
...
7181907: TEST_BUG: j/l/management/MemoryMXBean/ResetPeakMemoryUsage fails with NegativeArraySizeException
7148492: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java failing since update to hs23-b15 or b16
Reviewed-by: mchung, brutisso
2013-05-07 19:57:55 +02:00
Xueming Shen
722199f9b2
8013252: Regex Matcher .start and .end should be accessible by group name
...
8013254: Constructor \w need update to add the support of \p{Join_Control}
Added the requested methods and updated the \w constructor
Reviewed-by: mchung, alanb
2013-05-06 21:24:37 -07:00
Brian Goetz
68101a98fd
8003258: BufferedReader.lines()
...
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Reviewed-by: alanb, mduigou, psandoz
2013-05-06 20:54:54 -07:00
Akhil Arora
e41e09a670
8013150: Iterator.remove and forEachRemaining relationship not specified
...
Reviewed-by: mduigou
2013-05-06 20:54:48 -07:00
Mike Duigou
5001b55ff1
8013712: Add Objects.nonNull and Objects.isNull
...
Reviewed-by: mchung, darcy
2013-05-06 20:54:42 -07:00
Dan Xu
c31fc852f1
8003992: File and other classes in java.io do not handle embedded nulls properly
...
Have every file operation done with File, FileInputStream, FileOutputStream, or RandomAccessFile that involves a file path containing NUL fail. Also reviewed by fweimer@redhat.com
Reviewed-by: alanb, sherman, ahgross, mduigou, dholmes, aph, plevart, martin
2013-05-06 14:17:59 -07:00
Akhil Arora
e9d3d7b789
8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile
...
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: mduigou, henryjen, alanb, martin, psandoz
2013-05-02 09:18:56 -07:00
Lana Steuck
890ea1852e
Merge
2013-05-01 11:34:06 -07:00
Paul Sandoz
b047746827
8012646: Pattern.splitAsStream
...
Co-authored-by: Ben Evans <benjamin.john.evans@gmail.com>
Reviewed-by: forax, plevart, alanb
2013-05-01 18:40:31 +02:00
Lana Steuck
4cb70c3b15
Merge
2013-05-01 09:20:08 -07:00
Stuart Marks
73e9aec3c4
8012665: add CharSequence.chars, CharSequence.codePoints
...
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Reviewed-by: martin, alanb, ulfzibis, mduigou
2013-05-01 08:35:09 -07:00
Mark Sheppard
b09026494b
8007799: Base64.getEncoder(0, byte[]) returns an encoder that unexpectedly inserts line separators
...
Reviewed-by: sherman, iris
2013-04-30 16:24:08 +01:00
Chris Hegarty
49619272d0
6594296: NetworkInterface.getHardwareAddress returns zero length byte array
...
Reviewed-by: alanb
2013-05-01 10:03:39 +01:00
Lana Steuck
9286dd7a1b
Merge
2013-04-30 17:51:31 -07:00
Alan Bateman
6878027374
8013647: JPRT unable to clean-up after tests that leave file trees with loops
...
Reviewed-by: chegar, tbell
2013-04-30 21:19:24 +01:00
Mark Sheppard
8394ed673f
8007373: Inet6Address serialization incompatibility
...
Reviewed-by: alanb, chegar
2013-04-29 23:07:22 +01:00
Sergey Malenkov
4eac739177
8007458: [findbugs] One more beans issue, with ReflectionUtils
...
Reviewed-by: art, alexsch
2013-04-29 16:42:22 +04:00
Vladimir Kravets
4693d6568d
8012586: [x11] Modal dialogs for fullscreen window may show behind its owner
...
Use the _NET_WM_WINDOW_TYPE_DIALOG type for owned windows
Reviewed-by: anthony, art, serb
2013-04-26 18:48:11 +04:00
Konstantin Shefov
19779230c9
8011186: [TEST_BUG] java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest.java failed on windows 8
...
Reviewed-by: anthony, serb, ant
2013-04-24 11:48:54 +04:00
David Katleman
05f3d6ab4b
8012643: JDK8 b86 source with GPL header errors
...
Reviewed-by: dholmes, alanb
2013-04-23 18:25:52 -07:00
Lana Steuck
5271b95f85
Merge
2013-04-23 15:17:39 -07:00
Konstantin Shefov
6b2fcd1c77
8011230: [TEST_BUG] java/awt/Toolkit/BadDisplayTest/BadDisplayTest.java failed on solaris
...
Reviewed-by: serb, anthony
2013-04-22 18:39:04 +04:00
Brian Goetz
8d5c8613fc
8012650: Arrays streams methods
...
8011918: java.util.stream.Streams
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, mduigou, darcy, henryjen
2013-04-20 18:53:26 -04:00
Xueming Shen
115e610026
8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters
...
Updated GroupCurly.match0() to backtrack correctly
Reviewed-by: mchung
2013-04-26 13:59:10 -07:00
Lana Steuck
8afbe69644
Merge
2013-04-17 21:48:04 -07:00
Lana Steuck
a33f306c8f
Merge
2013-04-17 21:32:11 -07:00
Lana Steuck
16504b35d7
Merge
2013-04-17 11:24:40 -07:00
David Katleman
24ec30a8e7
Merge
2013-04-16 15:00:19 -07:00
Brian Goetz
95fadac5c6
8010096: Initial java.util.Spliterator putback
...
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou, alanb, chegar, darcy
2013-04-16 13:51:53 -04:00
Lana Steuck
35ff6ba00e
Merge
2013-04-17 12:31:34 -07:00
Lana Steuck
04d4410fb9
Merge
2013-04-17 12:14:16 -07:00
Coleen Phillimore
4b1fc01e88
Merge
2013-04-17 15:06:17 -04:00
Mandy Chung
fa54d97a10
8004260: dynamic proxy class should have the same Java language access as the proxy interfaces
...
Reviewed-by: alanb, jrose, jdn
2013-04-17 12:04:15 -07:00
Lana Steuck
babbf21e37
Merge
2013-04-17 10:30:02 -07:00
Coleen Phillimore
bdcf6abb46
8009531: Crash when redefining class with annotated method
...
Add code to annotated methods and command line flags to the tests to verify bug above
Reviewed-by: acorn, sspitsyn, dcubed, dholmes, alanb
2013-04-17 12:50:45 -04:00
Alan Bateman
aefbf5bd89
8012019: (fc) Thread.interrupt triggers hang in FileChannelImpl.pread (win)
...
Reviewed-by: chegar
2013-04-17 16:11:19 +01:00
Yong Jeffrey Huang
fc3e45929e
8011977: ISO 4217 Amendment Number 155
...
Reviewed-by: naoto
2013-04-16 22:28:47 -07:00
Chris Hegarty
320776832e
Merge
2013-04-16 21:04:33 +01:00
Mike Duigou
12cfd3e1b4
8004518: Add in-place operations to Map
...
8010122: Add defaults for ConcurrentMap operations to Map
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Co-authored-by: Akhil Arora <akhil.arora@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: darcy, briangoetz, mduigou, dholmes, ulfzibis
2013-04-16 11:17:19 -07:00
Chris Hegarty
c0de159c91
Merge
2013-04-16 13:30:19 +01:00
Chris Hegarty
dc668d18a3
8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows
...
Reviewed-by: alanb, dsamersoff
2013-04-16 13:26:30 +01:00