Doug Lea
|
60cd28abd7
|
8164169: Miscellaneous changes imported from jsr166 CVS 2016-09
Reviewed-by: martin, psandoz, shade
|
2016-09-12 13:14:49 -07:00 |
|
Doug Lea
|
d7f3695a90
|
8164983: Improve CountedCompleter code samples; add corresponding tests
Reviewed-by: martin, psandoz, shade
|
2016-09-12 13:07:30 -07:00 |
|
Claes Redestad
|
2ac4d6a7d3
|
8165723: JarFile::isMultiRelease() method returns false when it should return true
Reviewed-by: alanb
|
2016-09-12 17:45:55 +02:00 |
|
Paul Sandoz
|
a7dd7b59da
|
8164691: Stream specification clarifications for iterate and collect
Reviewed-by: briangoetz, smarks, tvaleev
|
2016-09-09 14:54:29 -07:00 |
|
Stuart Marks
|
97fa8cd04e
|
8159404: throw UnsupportedOperationException unconditionally for mutator methods
Reviewed-by: martin, psandoz
|
2016-09-06 16:08:54 -07:00 |
|
Ivan Gerasimov
|
164b17df5b
|
8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
Reviewed-by: rriggs, alanb, sherman
|
2016-09-03 13:43:01 +03:00 |
|
Paul Sandoz
|
3bd5ebe2ef
|
8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet
Reviewed-by: martin
|
2016-09-01 13:56:13 -07:00 |
|
Paul Sandoz
|
c073edc24c
|
8162106: Remove VarHandle.addAndGet
Reviewed-by: shade, redestad
|
2016-09-01 10:17:01 -07:00 |
|
Doug Lea
|
4c999ed180
|
8163353: NPE in ConcurrentHashMap.removeAll()
Reviewed-by: martin, psandoz, redestad, alanb
|
2016-08-24 12:50:37 -07:00 |
|
Steve Drach
|
3a04923cad
|
8164585: JarFile::isMultiRelease does not return true in all cases where it should return true
Reviewed-by: alanb, psandoz
|
2016-08-23 11:26:41 -07:00 |
|
Rachna Goel
|
b19bd0a798
|
8135055: java.util.Date.after(java.sql.Timestamp ) does not return correct results
Reviewed-by: okutsu
|
2016-08-22 15:17:11 +09:00 |
|
Tagir F. Valeev
|
d7fd2d9166
|
8164189: Collectors.toSet() parallel performance improvement
Reviewed-by: shade, psandoz
|
2016-08-18 17:30:49 -07:00 |
|
Doug Lea
|
0f24b72e4e
|
8163210: java/util/concurrent/tck/JSR166TestCase.java testWriteAfterReadLock(StampedLockTest): timed out waiting for thread to terminate
Reviewed-by: martin, psandoz, dholmes
|
2016-08-15 09:09:00 -07:00 |
|
Doug Lea
|
cdae608a00
|
8162805: Optimize AtomicBoolean.getAndSet
Reviewed-by: martin, psandoz, shade
|
2016-08-15 09:04:40 -07:00 |
|
Doug Lea
|
55ee90a475
|
8161591: Miscellaneous changes imported from jsr166 CVS 2016-07
Reviewed-by: martin, psandoz, plevart
|
2016-07-26 10:06:19 -07:00 |
|
Doug Lea
|
2545e51a0c
|
8161608: StampedLock should use storeStoreFence when acquiring write lock
Reviewed-by: martin, psandoz, plevart
|
2016-07-26 10:02:05 -07:00 |
|
Doug Lea
|
825edd9274
|
8160751: Optimize ConcurrentHashMap.keySet().removeAll
8161372: ConcurrentHashMap.computeIfAbsent(k,f) locks bin when k present
Reviewed-by: martin, psandoz, plevart
|
2016-07-26 09:57:51 -07:00 |
|
Doug Lea
|
6db3f79f39
|
8160402: Garbage retention with CompletableFuture.anyOf
Reviewed-by: martin, psandoz, plevart
|
2016-07-26 09:53:38 -07:00 |
|
Doug Lea
|
b7284ca20e
|
8162396: j.u.c java.lang.LinkageError
Reviewed-by: martin, psandoz, plevart
|
2016-07-26 09:49:25 -07:00 |
|
Xueming Shen
|
e944d9f280
|
8161942: java.util.zip.ZipEntry.java not covering UpperLimit range of DOS epoch
Reviewed-by: redestad
|
2016-07-22 16:32:48 -07:00 |
|
Masayoshi Okutsu
|
2d98fa4822
|
8161203: ResourceBundle.getBundle performance regression
Reviewed-by: alanb
|
2016-07-22 13:31:58 +09:00 |
|
Steve Drach
|
fe8757403b
|
8157524: Revert JarFile methods "entries" and "stream" to Java 8 behavior
Reviewed-by: alanb, psandoz, redestad
|
2016-07-19 10:05:22 -07:00 |
|
Doug Lea
|
14d4754bdd
|
8080603: Replace Unsafe with VarHandle in java.util.concurrent classes
8153715: Use Unsafe.weakCompareAndSet in java.util.concurrent
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs, shade
|
2016-07-15 14:04:09 -07:00 |
|
Doug Lea
|
a09ddefd05
|
8157522: Performance improvements to CompletableFuture
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
|
2016-07-15 13:59:58 -07:00 |
|
Doug Lea
|
7fa43fa58f
|
8157523: Various improvements to ForkJoin/SubmissionPublisher code
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
|
2016-07-15 13:55:51 -07:00 |
|
Doug Lea
|
aa81d50820
|
8159924: Various improvements to StampedLock code
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
|
2016-07-15 13:51:43 -07:00 |
|
Steve Drach
|
0062a02e07
|
8150680: JarFile.Release enum needs reconsideration with respect to it's values
Reviewed-by: alanb, psandoz
|
2016-07-13 11:43:45 -07:00 |
|
Xueming Shen
|
47c84f9fe6
|
7031075: GZIPInputStream's available() reports 1, but read() gives -1
Reviewed-by: bpb
|
2016-07-13 16:37:24 -07:00 |
|
Hiroshi Ito
|
c5ef4d69b9
|
8158365: List.spliterator should optimize for RandomAccess lists
Reviewed-by: psandoz
|
2016-05-23 23:12:05 +08:00 |
|
Xueming Shen
|
faaf303a95
|
8133170: Deflater.deflate with small output buffers fails
Reviewed-by: bpb
|
2016-07-07 14:16:58 -07:00 |
|
Xueming Shen
|
c19f3e0db2
|
6233323: ZipEntry.isDirectory() may return false incorrectly
8144977: Class.getResourceAsStream("directory") in JAR returns broken InputStream
Reviewed-by: rriggs
|
2016-06-28 15:36:15 -07:00 |
|
Xueming Shen
|
e922fb0afb
|
8159545: closed/java/io/Console/TestConsole.java failed with exit code 1
Reviewed-by: rriggs
|
2016-06-22 11:31:07 -07:00 |
|
Naoto Sato
|
e18eaa2e9b
|
8159548: Formatter returns unexpected strings if locale is null
Reviewed-by: sherman
|
2016-06-21 15:15:05 -07:00 |
|
Paul Sandoz
|
d7695b19e9
|
8159821: "PrimitiveStream.iterateFinite" methods contain incorrect code sample
Reviewed-by: chegar, briangoetz
|
2016-06-17 10:08:39 -07:00 |
|
Mohamed Naufal
|
6e64c35e6f
|
8158253: Collections: Implement a noop clear() for EmptyList, EmptyMap and EmptySet
Reviewed-by: psandoz
|
2016-05-28 13:57:30 +05:30 |
|
Nishit Jain
|
868cd939e6
|
8159420: The LanguageRange.parse() method is throwing IllegalArgumentException in Turkish Locale
Reviewed-by: naoto, okutsu, peytoia
|
2016-06-17 21:42:38 +09:00 |
|
Doug Lea
|
ccf113da6d
|
8159351: non-atomic "bulk" ops note in class javadoc for ConcurrentLinkedQueue, ConcurrentLinkedDeque, & LinkedTransferQueue should not include equals
Reviewed-by: martin
|
2016-06-15 13:44:16 -07:00 |
|
Doug Lea
|
559140e18e
|
8066070: PriorityQueue corrupted when adding non-Comparable
Reviewed-by: martin, chegar
|
2016-06-01 19:03:15 -07:00 |
|
Xueming Shen
|
5aad7937b7
|
8139414: java.util.Scanner hasNext() returns true, next() throws NoSuchElementException
8072582: Scanner delimits incorrectly when delimiter spans a buffer boundary
Reviewed-by: smarks
|
2016-06-14 16:56:27 -07:00 |
|
Nishit Jain
|
3097f1a54d
|
8047780: [Doc] Locale.LanguageRange() throws an undocumented IAE when range is ill-formed
Reviewed-by: okutsu, peytoia
|
2016-06-08 12:54:37 +09:00 |
|
Naoto Sato
|
ffd210aefb
|
8146156: Inconsistent default locale in string formatter methods
Reviewed-by: sherman
|
2016-06-06 10:52:21 -07:00 |
|
Mandy Chung
|
10a92943ae
|
8158604: test/java/util/ResourceBundle/modules/appbasic missing @test
Reviewed-by: alanb, okutsu
|
2016-06-03 12:26:45 -07:00 |
|
Xueming Shen
|
98e2f679cf
|
8158482: regex UNICODE_CHARACTER_CLASS flag cannot be disabled with an embedded flag expression
Reviewed-by: bpb
|
2016-06-02 14:03:50 -07:00 |
|
Stuart Marks
|
fae6e03a9b
|
8059361: Properties.stringPropertyNames() returns a set inconsistent with the assertions from the spec
Reviewed-by: mchung
|
2016-06-01 13:47:55 -07:00 |
|
Nishit Jain
|
2f8dcbe90f
|
8158025: Typo in java.util.Locale
Reviewed-by: okutsu, peytoia
|
2016-05-30 15:28:48 +09:00 |
|
Stuart Marks
|
1dd84f024f
|
8133977: add specification for serialized forms
Reviewed-by: chegar, plevart, scolebourne
|
2016-05-25 13:38:35 -07:00 |
|
Doug Lea
|
27a77176a6
|
8153768: Miscellaneous changes imported from jsr166 CVS 2016-05
Reviewed-by: martin, psandoz, chegar, shade
|
2016-05-24 10:14:41 -07:00 |
|
Martin Buchholz
|
d1d3cba9db
|
8157613: Internal documentation improvements to ZipFile.java
Reviewed-by: plevart, sherman
|
2016-05-23 12:44:55 -07:00 |
|
Xueming Shen
|
7be8e94544
|
8147588: Jar file and Zip file not removed in spite of the OPEN_DELETE flag
Reviewed-by: alanb
|
2016-05-23 12:53:56 -07:00 |
|
Xueming Shen
|
5330dbf8e4
|
8143282: \p{Cn} unassigned code points should be included in \p{C}
To add unassigned cp support into \p{C}
Reviewed-by: martin
|
2016-05-20 12:47:41 -07:00 |
|