Rachna Goel
|
716457d7f5
|
8167143: CLDR timezone parsing does not work for all locales
Reviewed-by: naoto
|
2016-12-22 06:05:31 +00:00 |
|
Doug Lea
|
1414335f71
|
8170484: Miscellaneous changes imported from jsr166 CVS 2016-12
Reviewed-by: martin, smarks, psandoz
|
2016-12-21 14:26:52 -08:00 |
|
Doug Lea
|
bdab1d842f
|
8171051: LinkedBlockingQueue spliterator needs to support node self-linking
Reviewed-by: martin, smarks, psandoz
|
2016-12-21 14:22:53 -08:00 |
|
Naoto Sato
|
004901e102
|
8171189: Deprecate ResourceBundleControlProvider for removal
Reviewed-by: mchung
|
2016-12-19 09:56:11 -08:00 |
|
Masayoshi Okutsu
|
b140a35684
|
8054214: JapaneseEra.getDisplayName doesn't return names if it's an additional era
Reviewed-by: rriggs, naoto
|
2016-12-15 13:08:01 +09:00 |
|
Amy Lu
|
ee699bc074
|
8023898: Consolidate Map tests Collisions and InPlaceOpsCollisions into general Map-based test
Reviewed-by: psandoz
|
2016-12-13 09:55:38 +08:00 |
|
Mandy Chung
|
37e807c698
|
8170772: ResourceBundle improper caching causes tools/javadoc tests intermittently
Reviewed-by: dfuchs, naoto
|
2016-12-09 16:38:34 -08:00 |
|
Rachna Goel
|
9e2b7c4cb5
|
8170840: java/util/Locale/LocaleTest.java failed with "Uncaught exception thrown in test method TestGetLangsAndCountries"
Reviewed-by: naoto
|
2016-12-08 12:35:18 +05:30 |
|
Rachna Goel
|
794ed77e32
|
8071929: Locale.getISOCountries() has inconsistent behaviour for "AN", "BU" and "CS" country codes
Reviewed-by: naoto
|
2016-12-07 11:35:12 +05:30 |
|
Stuart Marks
|
9877170d02
|
8166446: SingletonIterator.forEachRemaining doesn't advance before calling action
Reviewed-by: martin
|
2016-12-06 17:26:43 -08:00 |
|
Xueming Shen
|
53224e0782
|
8170828: test/java/util/zip/ZipFile/TestZipFile needs @modules to work with Method.setAccessible()
Reviewed-by: martin, rriggs
|
2016-12-06 14:44:12 -08:00 |
|
Paul Sandoz
|
ca77f42179
|
8170155: StringBuffer and StringBuilder stream methods are not late-binding
Reviewed-by: sherman
|
2016-12-01 17:52:59 -08:00 |
|
Alan Bateman
|
30bcdb962c
|
Merge
|
2016-12-01 11:16:23 +00:00 |
|
Alan Bateman
|
fbe85300bf
|
8169069: Module system implementation refresh (11/2016)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun
|
2016-12-01 08:57:53 +00:00 |
|
Doug Lea
|
cee580a37d
|
8166646: Miscellaneous changes imported from jsr166 CVS 2016-10
Reviewed-by: martin, smarks, psandoz
|
2016-11-28 23:47:23 -08:00 |
|
Doug Lea
|
3d0d86185e
|
8143577: optimize ArrayList.removeIf
8169679: ArrayList.subList().iterator().forEachRemaining() off-by-one-error
8167202: ArrayDeque improvements
8164793: new ArrayDeque(2**N) allocates backing array of size 2**(N+1)
8169739: LinkedBlockingDeque spliterator needs to support node self-linking
8169738: CopyOnWriteArrayList subList needs more synchronization
Reviewed-by: martin, smarks, psandoz, forax
|
2016-11-28 23:36:11 -08:00 |
|
Doug Lea
|
9e1258d0c3
|
8169243: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java still fails intermittently
Reviewed-by: martin, smarks, psandoz, amlu
|
2016-11-28 23:33:25 -08:00 |
|
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 |
|