Doug Lea
1c04a6de53
8150523: improve jtreg test timeout handling, especially -timeout:
...
Reviewed-by: martin, psandoz, smarks
2016-03-03 10:43:07 -08:00
Doug Lea
90771aabae
8150319: ScheduledExecutorTest:testFixedDelaySequence timeout with slow VMs
...
Reviewed-by: martin, psandoz
2016-03-03 10:36:08 -08:00
Doug Lea
eb0aa24726
6842353: Linux testcase failure java/util/WeakHashMap/GCDuringIteration.java
...
Reviewed-by: martin, psandoz, darcy
2016-03-03 10:32:35 -08:00
Tagir F. Valeev
c880124c81
8147505: BaseStream.onClose() should not allow registering new handlers after stream is consumed
...
Reviewed-by: psandoz
2016-03-03 10:06:25 +01:00
Tagir F. Valeev
90adb4174f
8072727: add variation of Stream.iterate() that's finite
...
Reviewed-by: psandoz, briangoetz
2016-03-03 10:06:16 +01:00
Chris Hegarty
645c21e16f
8150976: JarFile and MRJAR tests should use the JDK specific Version API
...
Reviewed-by: alanb, mchung
2016-03-02 16:25:29 +00:00
Daniel Fuchs
ae7478607a
8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently
...
This is a test bug caused by a Logger being garbage collected too early.
Reviewed-by: darcy
2016-02-26 12:11:28 +01:00
Steve Drach
4054254344
8132734: JDK 9 runtime changes to support multi-release jar files
...
JEP 238 Multi-Release JAR Files runtime support
Reviewed-by: alanb, psandoz, sherman
2016-02-15 17:47:53 -08:00
Amy Lu
2d281f78c4
8149920: Remove intermittent key from jdk_core tests
...
Reviewed-by: darcy
2016-02-18 09:50:55 +08:00
Joe Darcy
0aeed22bf5
8149981: java/util/Formatter/Basic.java fails after JDK-8149896
...
Reviewed-by: rriggs, bpb
2016-02-16 11:06:19 -08:00
Doug Lea
eb6ab98ebc
8145485: Miscellaneous changes imported from jsr166 CVS 2016-02
...
Reviewed-by: martin, psandoz, chegar
2016-02-16 09:52:49 -08:00
Doug Lea
1e1ba84461
8139927: Improve documentation for CompletableFuture composition
...
8143089: CompletableFuture.whenComplete should use addSuppressed
Reviewed-by: martin, psandoz, chegar, plevart
2016-02-16 09:49:14 -08:00
Xueming Shen
05ca3c971e
8135108: java/util/zip/TestLocalTime.java fails intermittently with Invalid value for NanoOfSecond
...
Reviewed-by: darcy
2016-02-15 18:41:23 -08:00
Xueming Shen
8fe03ae5d2
8148624: Test failure of ConstructInflaterOutput.java
...
Reviewed-by: darcy
2016-02-15 10:27:13 -08:00
Xueming Shen
95e6d62963
8149787: test/java/util/regex/GraphemeTest.java source file has non-ascii character u+00f7
...
Reviewed-by: igerasim
2016-02-14 14:30:48 -08:00
Xueming Shen
0072af1be6
7071819: To support Extended Grapheme Clusters in Regex
...
8147531: To add named character construct \N{...} to support Unicode name property
Reviewed-by: naoto, okutsu, plevart
2016-02-12 19:24:31 -08:00
Alexandre Iline
451a576a42
8149391: Fix module dependences in java/util tests
...
Reviewed-by: mchung
2016-02-08 18:14:48 -08:00
Tagir F. Valeev
0e250ec504
8148838: Stream.flatMap(...).spliterator() cannot properly split after tryAdvance()
...
Reviewed-by: psandoz
2016-02-08 15:33:53 +01:00
Tagir F. Valeev
e41fea88e7
8148115: Stream.findFirst for unordered source optimization
...
Reviewed-by: psandoz
2016-02-08 10:40:00 +01:00
Tagir F. Valeev
9e65963f4f
8148250: Stream.limit() parallel tasks with ordered non-SUBSIZED source should short-circuit
...
Reviewed-by: psandoz
2016-02-08 10:37:37 +01:00
Huaming Li
1ae6dc3825
8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently
...
Reviewed-by: psandoz
2016-02-05 09:54:56 +08:00
Aleksey Shipilev
24816037ab
8148936: Adapt UUID.toString() to Compact Strings
...
Reviewed-by: igerasim, redestad
2016-02-04 16:00:48 +03:00
David Dehaven
4ba2917e46
Merge
2016-02-02 10:03:14 -08:00
Nadeesh TV
6d4368a7cb
8141452: Convert between TimeUnit and ChronoUnit
...
Reviewed-by: martin, psandoz, chegar, rriggs, scolebourne
2016-02-02 08:53:49 -08:00
Huaming Li
e3570fa3eb
8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout
...
Reviewed-by: psandoz
2016-02-01 09:38:08 +08:00
Martin Buchholz
6721e37306
8148638: test failure in test/java/util/concurrent/tck
...
Temporarily comment out assertions for not-yet-merged changes
Reviewed-by: rriggs
2016-01-29 13:57:38 -08:00
Doug Lea
7f6a9e3180
8145164: Default implementation of ConcurrentMap::compute can throw NPE
...
Reviewed-by: martin, psandoz, chegar
2016-01-29 11:49:37 -08:00
Doug Lea
c2919752fd
8146467: Integrate JSR 166 jck tests into JDK repo
...
Reviewed-by: martin, psandoz, chegar, fyuan, jjg
2016-01-29 11:44:19 -08:00
David Dehaven
8969d1404a
Merge
2016-01-21 14:49:02 -08:00
Joe Darcy
a56d95529c
8147480: Mark FJExceptionTableLeak.java as intermittently failing
...
Reviewed-by: martin, lancea, rriggs
2016-01-15 10:30:56 -08:00
Yuka Kamiya
e5b7cbe7d2
8026766: Add toString() to j.u.Locale.LanguageRange
...
Reviewed-by: okutsu
2016-01-15 14:33:11 +09:00
Daniel Fuchs
55a9500797
8146665: Test jdk/test/java/util/logging/LogManager/Configuration/updateConfiguration/UpdateConfigurationTest.java fails - missing expected output
...
Increases numbers of gc loops and fix finally {} clause to get a better diagnostic
Reviewed-by: mchung
2016-01-11 18:30:14 +01:00
David Dehaven
83802373ee
Merge
2016-01-12 13:13:16 -08:00
Alexander Stepanov
73fb68a80d
8138838: docs cleanup for java.desktop
...
Docs cleanup for java.desktop
Reviewed-by: serb
2016-01-11 17:51:54 +03:00
Naoto Sato
3f8548453c
8039301: [ja] Host Locale Provider uses non-translated Calendar field names
...
8039969: Old Korean Calendar conflicts with Host Locale
8049835: [ar/HOST adapter] Hijri calendar era is used but date number follows gregorian
8054010: [HOST provider, not gregory] Return NULL when calling Calendar.getDisplayNames for Calendar.ERA
8054482: [HOST provider] only return standalone-style month display name
8055258: [HOST provider] Short era display name is not returned
Reviewed-by: okutsu
2016-01-05 10:15:54 -08:00
Xueming Shen
9b77da0f46
8146431: j.u.z.ZipFile.getEntry("") throws AIOOBE
...
Reviewed-by: lancea
2016-01-04 14:34:53 -08:00
Chris Hegarty
7e4d56677d
8145990: Move sun.misc math support classes to jdk.internal.math
...
Reviewed-by: bpb, darcy
2015-12-22 12:17:25 +00:00
Paul Sandoz
5d45834ee3
8145006: Collections.asLifoQueue(null) doesn't throw NPE as specified
...
Reviewed-by: smarks
2015-12-18 09:59:25 +01:00
Xueming Shen
2b91819eec
8145260: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk [2]
...
Reviewed-by: coffeys
2015-12-14 09:27:15 -08:00
Shinya Yoshida
38302301fd
8144675: Add a filtering collector
...
Reviewed-by: psandoz, smarks
2015-12-13 15:20:35 +01:00
Tagir Valeev
2a1775f3b1
8145007: Pattern splitAsStream is not late binding as required by the specification
...
Reviewed-by: chegar, psandoz
2015-12-13 15:10:13 +01:00
Stuart Marks
82c454ff4a
8144952: add wildcards to the Map.ofEntries() method
...
Reviewed-by: darcy, psandoz, chegar
2015-12-11 17:01:01 -08:00
Stuart Marks
d42e70fc3c
8139232: JEP-269 initial API and skeleton implementations
...
Reviewed-by: psandoz, rriggs
2015-12-08 13:48:22 -08:00
Xueming Shen
b0e22f9603
8144958: changes by JDK-8142508 seems to have broken jtreg
...
Reviewed-by: darcy
2015-12-08 16:43:58 -08:00
Xueming Shen
44a8a73eb6
8142508: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk
...
Reviewed-by: coffeys
2015-12-08 09:25:01 -08:00
Joe Darcy
4faa0ee15c
8144880: Instrument intermittently failing test ConfigChanges.java
...
Reviewed-by: lancea, martin
2015-12-07 14:12:58 -08:00
Daniel Fuchs
66f1f09adb
8144262: LogRecord.getMillis() method is a convenience API that should not have been deprecated
...
LogRecord.getMillis() is no longer deprecated. LogRecord.setInstant() check that the instant millis can fit in a long millisecond-since-epoch.
Reviewed-by: lancea, rriggs, smarks
2015-12-07 12:35:37 +01:00
Xueming Shen
5675c04125
8143854: java/util/regex/RegExTest.java.RegExTest failed
...
Reviewed-by: darcy
2015-12-04 12:28:09 -08:00
Joe Darcy
3c3235b4cd
8144742: Instrument intermittently failing test GCDuringIteration.java
...
Reviewed-by: rriggs, martin
2015-12-04 11:01:53 -08:00
Rachna Goel
034df88671
8130246: java/util/Currency/PropertiesTest.sh fails Exception java.lang.NullPointerException
...
Updated PropertiesTest.sh to be sequential
Reviewed-by: naoto
2015-12-03 14:01:33 +05:30
Doug Lea
9ea1a16abd
8142441: Improve jtreg tests for java.util.concurrent
...
Reviewed-by: martin, psandoz, chegar, shade, plevart
2015-11-25 18:56:44 -08:00
Doug Lea
d28c703325
8072015: java/util/Collections/CheckedMapBash.java failed TreeSet(reverseOrder)
...
Reviewed-by: martin, psandoz, chegar, shade, plevart
2015-11-25 18:45:53 -08:00
Doug Lea
19cd84ef8c
8140471: java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java timed out
...
Reviewed-by: martin, psandoz, chegar, shade, plevart
2015-11-25 18:40:41 -08:00
Doug Lea
247c08f85d
8140468: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java failed with java.lang.Error: Completed == 4; expected 2
...
8040928
: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java: java.lang.Error: Completed != 2
Reviewed-by: martin, psandoz, chegar, shade, plevart
2015-11-25 18:35:27 -08:00
Doug Lea
22fa6c1f25
8141031: java/util/concurrent/Phaser/Basic.java starts failing intermittently
...
Reviewed-by: martin, psandoz, chegar, shade, plevart
2015-11-25 18:30:07 -08:00
Naveen Kumar
f5466fa917
7047633: remove @ignore 6876961 from test/java/util/ResourceBundle/Test4300693.java
...
Reviewed-by: peytoia, okutsu
2015-11-25 13:29:14 +09:00
Rachna Goel
da87510683
7011840: TEST_BUG java/util/Locale/LocaleEnhanceTest.java
...
Outputting extra information in LocaleEnhanceTest.java
Reviewed-by: peytoia, naoto
2015-11-24 14:46:09 +05:30
Alexandre Iline
fb7027bca9
8139430: Refactor test library to decrease module dependencies of tests
...
Reviewed-by: mchung, alanb
2015-11-23 11:49:04 -08:00
Doug Lea
6646fcbf18
8144990: java/util/concurrent/forkjoin/FJExceptionTableLeak.java: OOM with Xcomp,G1GC
...
Reviewed-by: martin, psandoz, chegar
2016-01-28 08:23:23 -08:00
Martin Buchholz
b9d758e600
8148174: NegativeArraySizeException in Vector.grow(int)
...
Improve management of internal array
Reviewed-by: smarks, forax
2016-01-25 16:07:00 -08:00
Alan Bateman
3573d65040
8148147: Sync up @modules from jigsaw/jake
...
Reviewed-by: chegar, mchung
2016-01-25 19:01:19 +00:00
Claes Redestad
60134cc040
8148044: Remove Enum[0] constants from EnumSet and EnumMap
...
Reviewed-by: alanb, chegar, shade, smarks
2016-01-25 12:23:55 +01:00
Martin Buchholz
0e9196c50f
8146568: NegativeArraySizeException in ArrayList.grow(int)
...
Improve management of internal array
Reviewed-by: smarks
2016-01-08 19:53:36 -08:00
Daniel Fuchs
bd8942b7a1
8140364: JEP 264 Platform Logger API and Service Implementation
...
Initial implementation for JEP 264 Platform Logger API and Service
Reviewed-by: mchung, psandoz, rriggs
2015-11-20 19:26:16 +01:00
Paul Sandoz
e3111f5d49
8142493: Utility methods to check indexes and ranges doesn't specify behavior when function produces null
...
Reviewed-by: lancea, rriggs, mchung
2015-11-17 14:11:46 +01:00
Paul Sandoz
c16c0e61c9
8141409: Arrays.equals accepting a Comparator
...
Reviewed-by: rriggs
2015-11-17 14:11:42 +01:00
Alejandro Murillo
38b3ed8f07
Merge
2015-11-16 10:47:28 -08:00
Felix Yang
3c5dd5581c
8143015: 5 tests fail with error "Can't find source for class: java.util.stream.OpTestCase"
...
Reviewed-by: weijun
2015-11-16 12:54:01 +08:00
Jonathan Gibbons
39cb0e2223
8142996: move jdk java/util/streams tests into java.base directories
...
Reviewed-by: mchung
2015-11-13 15:55:32 -08:00
Alejandro Murillo
1d0da88fea
Merge
2015-11-13 10:35:27 -08:00
Roger Riggs
e15eefc7d7
8141652: Rename methods Objects.nonNullElse* to requireNonNullElse*
...
And some usages of replacing expr != null ? expr : otherexpr
Reviewed-by: jrose, chegar
2015-11-11 22:38:15 -05:00
Joseph Provino
f2134af77c
Merge
2015-11-11 23:45:51 +00:00
Amy Lu
765cd7602c
8142370: Move java/util/concurrent/Phaser/Basic.java to tier 2
...
Reviewed-by: darcy, martin
2015-11-10 13:15:01 +08:00
Joe Darcy
3cc6f8e724
8142369: Move TestLocalTime.java to tier 2
...
Reviewed-by: lancea, sherman
2015-11-09 18:27:43 -08:00
Paul Sandoz
b6f45b1889
8033148: Lexicographic comparators for arrays
...
Reviewed-by: jrose, chegar, bchristi, mduigou
2015-11-04 16:44:38 +01:00
David Holmes
90176d92ba
Merge
2015-10-29 21:38:11 -04:00
Chris Plummer
5b3684cf37
8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests
...
Use new external.lib.roots property in TEST.ROOT so /../../test/lib is not needed.
Reviewed-by: mseledtsov, sla, iklam
2015-10-29 12:02:53 -07:00
Paul Sandoz
5e8d2b8ebd
8080418: Add Optional.or()
...
Reviewed-by: chegar, forax, scolebourne
2015-10-19 11:28:50 -07:00
Sean Coffey
7af86aa369
6907252: ZipFileInputStream Not Thread-Safe
...
Reviewed-by: sherman
2015-10-15 09:33:03 +01:00
Doug Lea
c38b0eaba5
8134853: Bulk integration of java.util.concurrent classes
...
8080939: ForkJoinPool and Phaser deadlock
8044616: Clients of Unsafe.compareAndSwapLong need to beware of using direct stores to the same field
8071638: [JAVADOC] Buggy example in javadoc for afterExecute to access a submitted job's Throwable
8043743: Data missed in java.util.concurrent.LinkedTransferQueue
8054446: Repeated offer and remove on ConcurrentLinkedQueue lead to an OutOfMemoryError
8031374: TEST_BUG: java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java fails Intermittently
8034208: Cleanup to test/java/util/concurrent/BlockingQueue/Interrupt.java
8035661: Test fix java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java from jsr166 CVS
8062841: ConcurrentHashMap.computeIfAbsent stuck in an endless loop
8073208: javadoc typo in java.util.concurrent.Executor
8073704: FutureTask.isDone returns true when task has not yet completed
8037093: java/util/concurrent/locks/Lock/TimedAcquireLeak.java fails intermittently
8022642: ScheduledThreadPoolExecutor with zero corePoolSize create endlessly threads
8065320: Busy loop in ThreadPoolExecutor.getTask for ScheduledThreadPoolExecutor
8129861: High processor load for ScheduledThreadPoolExecutor with 0 core threads
8051859: ScheduledExecutorService.scheduleWithFixedDelay fails with max delay
7146994: example afterExecute for ScheduledThreadPoolExecutor hangs
Reviewed-by: martin, psandoz, chegar
2015-10-13 16:45:35 -07:00
Doug Lea
0f49a089d6
8134855: Bulk integration of java.util.concurrent.locks classes
...
8051848: ReentrantReadWriteLock.ReadLock fails on unlock by different thread
8049843: Lack of save / restore interrupt mechanism undermines the StampedLock
Reviewed-by: martin, psandoz, chegar
2015-10-13 16:35:22 -07:00
Doug Lea
2d8e9b323c
8134852: Integrate fork/join with API enhancements
...
Reviewed-by: martin, psandoz, chegar
2015-10-13 16:15:06 -07:00
Doug Lea
cf43156eed
8134851: Integrate CompletableFuture with API enhancements
...
8039378: CompletableFuture: Avoid StackOverflowError for long linear chains
Reviewed-by: martin, psandoz, chegar
2015-10-13 16:04:56 -07:00
Daniel Fuchs
bd69fa0635
8033661: readConfiguration does not cleanly reinitialize the logging system
...
Two new updateConfiguration methods have been added to LogManager: call updateConfiguration to update a configuration *after* the LogManager is initialized.
Reviewed-by: mchung
2015-10-12 20:13:22 +02:00
Paul Sandoz
25c1cff728
8135248: Add utility methods to check indexes and ranges
...
Reviewed-by: forax, chegar, scolebourne, jrose, darcy
2015-10-07 15:22:43 +02:00
Naoto Sato
f8dca18a53
8138613: Remove SPI locale provider adapter from the default provider list
...
Reviewed-by: okutsu
2015-10-05 08:16:11 -07:00
Naoto Sato
5710e3c754
8062006: Add a new locale data name "COMPAT" for java.locale.providers system property to reduce ambiguity
...
Reviewed-by: okutsu
2015-11-02 08:46:19 -08:00
Rachna Goel
4fc5003ff5
8061287: Update i18n tests to remove references of jre dir
...
Updated PropertiesTest.sh to remove references of jre dir.
Reviewed-by: naoto, peytoia
2015-10-26 19:49:22 +05:30
Daniel Fuchs
95b5f4d550
8137289: java/util/logging/DrainFindDeadlockTest.java hangs
...
Removed timeout=10 from @run command line. added new debug traces.
Reviewed-by: chegar, mchung
2015-09-30 11:17:32 +02:00
Chris Hegarty
0cc24c29ca
8137056: Move SharedSecrets and interface friends out of sun.misc
...
Reviewed-by: alanb, mchung, psandoz, rriggs
2015-09-28 13:39:27 +01:00
Naoto Sato
a463c1a271
8136518: java/util/TimeZone/CLDRDisplayNamesTest.java fails for de
...
Reviewed-by: okutsu
2015-09-24 09:05:24 -07:00
Tagir Valeev
94ba18f8b4
8136686: Collectors.counting can use Collectors.summingLong to reduce boxing
...
Reviewed-by: psandoz
2015-09-19 15:26:34 +02:00
Stuart Marks
343e882e7f
8072722: add stream support to Scanner
...
Reviewed-by: psandoz, chegar, sherman
2015-09-16 16:24:35 -07:00
Martin Buchholz
a2f0fe3c94
8136583: Core libraries should use blessed modifier order
...
Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart
2015-09-15 21:56:04 -07:00
David Holmes
f032aa1311
8133611: Remove java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java from problem list
...
Reviewed-by: darcy
2015-09-09 04:02:59 -04:00
Martin Buchholz
24742f7b1d
8134984: Text files should end in exactly one newline
...
Automated fixup of newlines at end-of-file via the usual perl one-liner
Reviewed-by: chegar, sherman
2015-09-02 14:11:50 -07:00
Xueming Shen
bef17a6e80
8039390: Unexpected behaviour of String.format with null arguments
...
To explicitly specify the null behavior for all conversions
Reviewed-by: rriggs
2015-08-15 04:38:51 +00:00
Joe Darcy
c32cc2b967
8133231: Mark TimeoutLockLoops.java as failing intermittently
...
Reviewed-by: lancea
2015-08-10 16:28:31 -07:00
Naoto Sato
b9a10bbf8d
8133044: [TESTBUG] CLDRDisplayNameTest uses deprecated API, fails
...
Reviewed-by: okutsu
2015-08-06 18:20:11 -07:00
Daniel Fuchs
6af81451d1
8132550: java/util/logging/LoggingDeadlock2.java times out
...
LogManager must also use the configurationLock when reading its primordial configuration.
Reviewed-by: joehw
2015-08-06 16:36:47 +02:00