Paul Sandoz
b02932fab8
8169838: java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed intermittently
...
Reviewed-by: martin
2016-11-17 12:24:51 -08:00
Nancy Nigam
5b06ce3c07
8165296: update existing i18n test cases of test/java/util
...
Reviewed-by: okutsu
2016-11-17 11:40:50 +05:30
Paul Sandoz
ce32d2aec8
8072784: Better spliterator implementation for BitSet.stream()
...
Reviewed-by: martin
2016-11-16 14:26:14 -08:00
Nishit Jain
c8aad861dc
8166994: Improve sun.util.locale.LocaleMatcher
...
Reviewed-by: okutsu, naoto, peytoia
2016-11-08 14:48:55 +05:30
Amy Lu
1bf1087e7f
8151511: Test case in CollectionAndMapModifyStreamTest for LinkedHashMap overrides that for HashMap
...
Reviewed-by: chegar, psandoz
2016-11-03 09:44:43 +08:00
Daniel Fuchs
05be04a123
8152515: (logging) LogManager.resetLogger should ignore LinkageError
...
LogManager.resetLogger will also ignore errors, but only while shutting down.
Reviewed-by: rriggs, dholmes
2016-11-02 14:46:40 +00:00
Xueming Shen
882dd28a12
8166261: Scanner.nextInt(int) (and similar methods) throws PatternSyntaxException
...
Reviewed-by: naoto
2016-10-31 10:34:31 -07:00
Alan Bateman
83df093985
8168789: ModuleReader.list and ModuleFinder.of update
...
Reviewed-by: mchung
2016-10-28 10:18:07 +01:00
Masayoshi Okutsu
6ce08d0985
8165804: Revisit the way of loading BreakIterator rules/dictionaries
...
Reviewed-by: naoto, peytoia, erikj
2016-10-25 15:43:19 +09:00
Hamlin Li
bf19611451
8168505: Remove the intermittent keyword from java/util/Arrays/ParallelPrefix.java
...
Reviewed-by: darcy, amlu
2016-10-24 21:44:33 -07:00
Paul Sandoz
bf450d55c1
8164814: Deprecate Atomic*.weakCompareAndSet and defer to Atomic*.weakCompareAndSetPlain
...
Reviewed-by: martin, dl
2016-10-10 15:58:42 -07:00
Jonathan Gibbons
0f9a011475
8159855: Create an SPI for tools
...
Reviewed-by: mchung
2016-10-07 16:49:31 -07:00
Ramanand Patil
4dbca869e0
8166875: (tz) Support tzdata2016g
...
Reviewed-by: martin, okutsu
2016-10-05 16:39:13 +05:30
Claes Redestad
82bdee0193
8166287: MultiReleaseJarAPI.isMultiReleaseJar(): failure java.nio.file.AccessDeniedException: custom-mr.jar
...
Reviewed-by: mhaupt, alanb
2016-09-28 14:29:35 +02:00
Doug Lea
c7cf1788ed
8165919: Miscellaneous changes imported from jsr166 CVS 2016-09-21
...
Reviewed-by: martin, chegar, shade
2016-09-23 13:24:33 -07:00
Doug Lea
edc7565f51
8166059: JSR166TestCase.java fails with NPE in dumpTestThreads on timeout
...
Reviewed-by: martin, chegar, shade
2016-09-23 13:21:23 -07:00
Doug Lea
c9f268cc15
8166057: [testbug] CoreThreadTimeOut still uses hardcoded timeout
...
Reviewed-by: martin, chegar, shade
2016-09-23 13:18:22 -07:00
Doug Lea
9496149e05
8166465: CompletableFuture.minimalCompletionStage().toCompletableFuture() should be non-minimal
...
Reviewed-by: martin, chegar, shade
2016-09-23 13:14:14 -07:00
David Dehaven
953cca3cb6
Merge
2016-09-19 10:11:34 -07:00
Daniel Fuchs
aebe74d3f5
6543126: Level.known can leak memory
...
Custom level instances will now be released when their defining class loader is no longer referenced.
Reviewed-by: plevart, mchung, chegar
2016-09-14 14:04:14 +01:00
David Dehaven
876ddcae54
Merge
2016-09-12 15:26:27 -07:00
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
56cff174b6
8139237: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java fails intermittently
...
Reviewed-by: martin, psandoz, shade
2016-09-12 13:11:38 -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
Sergei Kovalev
d0474e029b
8165583: Fix module dependencies for jdk/java/util/* tests
...
Reviewed-by: alanb
2016-09-08 09:59:54 -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
Li Jiang
44ec255a91
8145952: ISO 4217 amendment 161
...
8164784: ISO 4217 amendment 162
Reviewed-by: naoto
2016-09-01 01:39:21 -07:00
Alexandre Iline
3ff1d554b4
8164982: Fix legal notices in java/lang, java/net, java/util tests
...
Reviewed-by: darcy, iris
2016-08-31 09:46:50 -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
Yuka Kamiya
86bb2f51cd
7094818: closed/java/text/Format/DateFormat tests failed on Hindi
...
8132861: java/text/Format/DateFormat/Bug4845901.java failed in Thai locale
8134733: java/util/Calendar/CalendarRegression.java failed in ar locale
Reviewed-by: okutsu
2016-08-22 14:24:46 +09:00
Doug Lea
c5e580763c
8162627: Miscellaneous changes imported from jsr166 CVS 2016-08
...
Reviewed-by: martin, psandoz
2016-08-15 09:16:31 -07:00
Doug Lea
33762a65b8
8151158: [TESTBUG] java/util/concurrent/forkjoin/FJExceptionTableLeak.java fails due to out of memory
...
8144836: [TESTBUG] FJExceptionTableLeak and RemoveLeak fail with -XX:+UseParallelGC -XX:+AggressiveOpts
Reviewed-by: martin, psandoz, amlu, darcy
2016-08-15 09:13:22 -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
Mandy Chung
e2a0ff3e0d
8136930: Simplify use of module-system options by custom launchers
...
Reviewed-by: alanb, ksrini, henryjen, sundar
2016-08-10 15:51:25 -07:00
Nishit Jain
55be447abd
8035133: Locale matching: Weight q=0 isn't handled correctly
...
Reviewed-by: okutsu, peytoia
2016-08-03 09:37:57 +09:00
Rachna Goel
0eb7344760
8066652: Default TimeZone is GMT not local if user.timezone is invalid on Mac OS
...
Reviewed-by: okutsu
2016-08-01 15:55:54 +09:00
Martin Buchholz
da7a66e347
8160605: java/util/SplittableRandom/SplittableRandomTest.java failed with timeout
...
Reviewed-by: psandoz, darcy
2016-07-27 10:34:10 -07:00
Ramanand Patil
20477f85e7
8159684: (tz) Support tzdata2016f
...
Reviewed-by: okutsu
2016-07-26 13:48:29 +05:30
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
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
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
Xueming Shen
330910bae2
8155616: java/util/zip/TestLocalTime.java fails intermittently with storing mtime failed
...
Reviewed-by: rriggs
2016-07-19 09:31:59 -07:00