Alan Bateman
a4693ee7d2
8173393: Module system implementation refresh (2/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: dfuchs, psandoz, mchung, alanb
2017-02-10 09:04:39 +00:00
Doug Lea
ecabcca746
8172726: ForkJoin common pool retains a reference to the thread context class loader
...
Reviewed-by: martin, psandoz, chegar
2017-02-07 00:38:22 -08:00
Doug Lea
030a779128
8171886: Miscellaneous changes imported from jsr166 CVS 2017-02
...
Reviewed-by: martin, psandoz
2017-02-03 13:24:59 -08:00
Doug Lea
7f519be836
8169748: LinkedTransferQueue bulk remove is O(n^2)
...
8172023: Concurrent spliterators fail to handle exhaustion properly
Reviewed-by: martin, psandoz, smarks
2017-02-03 13:24:59 -08:00
Doug Lea
1f99fea68c
8173706: Is able to set a negative j.u.Vector size in JDK9 b151
...
Reviewed-by: martin, psandoz, smarks
2017-02-03 13:24:59 -08:00
Naoto Sato
e9378f1493
8173423: Wrong display name for supplemental Japanese era
...
Reviewed-by: sherman
2017-01-31 13:18:34 -08:00
Naoto Sato
88f86ecc32
8172365: Provide a better migration path for ResourceBundleControlProvider
...
Reviewed-by: mchung
2017-01-30 14:38:08 -08:00
Rachna Goel
861b7d08a0
8167273: Calendar.getDisplayNames inconsistent with DateFormatSymbols
...
Reviewed-by: naoto
2017-01-24 12:06:03 +05:30
Daniel Fuchs
433cd91ee2
8172886: Add a test that shows how the LogManager can be implemented by a module
...
Reviewed-by: mchung
2017-01-18 11:47:36 +00:00
Peter Levart
842350c666
8171139: Simplify ResourceBundle.CacheKey and ClassLoader may not be needed
...
Reviewed-by: dfuchs
2017-01-17 11:34:47 -08:00
Claes Redestad
a004b7fb9e
8166365: Small immutable collections should provide optimized implementations when possible
...
Reviewed-by: smarks, psandoz, attila
2017-01-12 13:38:27 +01:00
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