Doug Lea
c887543d2d
8177632: ScheduledThreadPoolExecutor delayed task shutdown policy affects non-scheduled tasks
...
8176254: ScheduledThreadPoolExecutor periodic tasks not cancelled if running at shutdown
8173113: Javadoc for ThreadPoolExecutor is unclear wrt corePoolSize and running threads
Reviewed-by: martin, psandoz, dholmes
2017-07-22 09:13:53 -07:00
Ivan Gerasimov
5848e1bac4
8184706: Matcher doesn't indicate hitEnd after matching \u0D with \R at EOL
...
Reviewed-by: sherman
2017-07-15 14:01:49 -07:00
Nishit Jain
17d94f696c
8032842: Locale.filterTags()/lookupTag() methods return lowercased language tags
...
8175539: Duplicate matching tags returned by Locale.filterTags() for LanguageRange("*")
Reviewed-by: naoto
2017-07-07 12:19:00 +05:30
Alan Bateman
1a1484c755
8183536: Update jdk tests to allow for unique test classes directory
...
Reviewed-by: lancea
2017-07-05 13:30:22 +01:00
Lana Steuck
7029c4aa42
Merge
2017-06-23 23:48:17 +00:00
Alan Bateman
c89dae9fbc
8181087: Module system implementation refresh (6/2017)
...
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Reviewed-by: plevart, mchung
2017-06-16 09:20:39 -07:00
Hamlin Li
b0c6781aaa
8179242: OutOfMemoryError in java/util/Arrays/ParallelPrefix.java
...
Reviewed-by: psandoz
2017-06-14 19:29:54 -07:00
Lana Steuck
be753c89af
Merge
2017-06-14 19:58:49 +00:00
Igor Ignatyev
1d0a99f1c3
8181759: add explicit @build actions for jdk.test.lib classes in all :tier1 tests
...
Reviewed-by: alanb
2017-06-12 12:40:43 -07:00
Igor Ignatyev
ff3aa035f3
8181335: remove packageless CompilerUtils
...
Reviewed-by: alanb
2017-06-06 19:54:08 -07:00
Naoto Sato
b2870f2b5f
8180375: Rename <baseName>Provider to <packagename>.spi.<simpleName>Provider
...
Reviewed-by: mchung
2017-06-01 14:52:53 -07:00
Naoto Sato
b62344e08a
8176853: Locale.Builder.removeUnicodeLocaleAttribute(null) should throw NullPointerException
...
Reviewed-by: martin
2017-06-01 12:43:46 -07:00
Naoto Sato
74cfd999b9
8176847: Calendar.checkDisplayNameParams() should check case of style == 3
...
Reviewed-by: martin
2017-06-01 12:43:11 -07:00
Igor Ignatyev
551c6fdad3
8180805: move RandomFactory to the top level testlibrary
...
Reviewed-by: bpb, rriggs
2017-05-30 21:14:45 -07:00
Igor Ignatyev
c85d273e7d
8180887: move FileUtils to top level testlibrary
...
Reviewed-by: psandoz
2017-05-30 15:05:33 -07:00
Amy Lu
c18fe9b250
8085814: Move stream test library to the jdk test library area
...
8173414: Some testng tests check nothing in java util stream
Reviewed-by: psandoz
2017-05-12 12:53:50 +08:00
Lana Steuck
5d5921732e
Merge
2017-05-11 20:22:54 +00:00
Kumar Srinivasan
00b9efeb0b
8169646: Remove launcher's -d32/-d64 option
...
Reviewed-by: dholmes
2017-05-10 15:12:43 -07:00
Magnus Ihse Bursie
97df63049c
8179889: Fix typographic errors in copyright headers
...
Reviewed-by: erikj, dholmes
2017-05-09 12:57:30 +02:00
Lana Steuck
c582d3ffba
Merge
2017-05-05 04:52:02 +00:00
Mandy Chung
53460df056
8179645: java.util.jar.Packer.newPacker and newUnpacker fails when running with security manager
...
Reviewed-by: alanb, ksrini
2017-05-04 15:39:09 -07:00
Amy Lu
295faa8f79
8023897
: Replace/update/rename executeAndCatch in various tests to assertThrows
...
Reviewed-by: dfuchs, prappo, psandoz, rriggs
2017-05-04 20:24:12 +08:00
Alan Bateman
853c626781
Merge
2017-05-04 09:43:09 +01:00
Alan Bateman
4c0e26e374
8178380
: Module system implementation refresh (5/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: mchung, alanb, sspitsyn
2017-05-04 07:26:55 +00:00
Stuart Marks
cb05e8ea85
8150488: Scanner.findAll() can return infinite stream if regex matches zero chars
...
Reviewed-by: sherman
2017-04-28 12:16:30 -07:00
Brian Burkhalter
0f54324cd4
8179247: java/util/zip/TestExtraTime.java: add some instrumentation which might illuminate the failure of 2016-09-14
...
Add some instrumentation to help diagnosing 8166060
Reviewed-by: amlu, dfuchs, rriggs
2017-04-26 14:03:02 -07:00
Amy Lu
ffed03c6d9
8174171: Move spliterator testing of BitSet into big memory tests BitSetStreamTest
...
Reviewed-by: mli, psandoz
2017-04-24 13:43:34 +08:00
Lana Steuck
9d2c7ad695
Merge
2017-04-22 00:22:08 +00:00
Lana Steuck
ae7df5fca9
Merge
2017-04-13 20:35:17 +00:00
Roger Riggs
19215787f8
8178347: Process and ProcessHandle getPid method name inconsistency
...
Reviewed-by: alanb, bpb
2017-04-11 14:18:22 -04:00
Doug Lea
b3ea0dd629
8176543: Miscellaneous changes imported from jsr166 CVS 2017-04
...
Reviewed-by: martin, psandoz
2017-04-10 13:46:19 -07:00
Alan Bateman
edcaebfcce
Merge
2017-04-07 10:53:42 +01:00
Alan Bateman
02cfdc2061
8177530: Module system implementation refresh (4/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Reviewed-by: mchung, alanb
2017-04-07 08:05:54 +00:00
Mandy Chung
c7743f7698
8177980: ResourceBundle.getBundle throws NoClassDefFoundError when fails to define a class
...
Reviewed-by: naoto, lancea
2017-04-05 10:55:31 -07:00
Alan Bateman
9ccff870cb
Merge
2017-03-22 18:41:22 +00:00
Alan Bateman
b19eb2766f
8174823: Module system implementation refresh (3/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: chegar, mchung, alanb
2017-03-22 16:26:27 +00:00
Doug Lea
ca15073223
8176551: testCommonPoolThreadContextClassLoader fails with "Should throw SecurityException"
...
Reviewed-by: martin, chegar, dholmes, amlu
2017-03-14 07:04:50 -07:00
Doug Lea
2accd8450e
8176303: Flow.Subscription.request(0) should be treated as an error
...
Reviewed-by: martin, chegar
2017-03-10 08:59:14 -08:00
Xueming Shen
f739e1fd5e
8176029: Linebreak matcher is not equivalent to the pattern as stated in javadoc
...
Reviewed-by: rriggs
2017-03-09 12:39:34 -08:00
Felix Yang
61c3a29e0c
8176195: Fix misc module dependencies in jdk_core tests
...
Reviewed-by: mchung
2017-03-08 17:17:41 -08:00
Amy Lu
7fa43a44b4
8176185: java/util/TimeZone/UTCAliasTest.java is not run
...
Reviewed-by: alanb
2017-03-06 16:07:50 +08:00
Doug Lea
c6202f9387
8173909: Miscellaneous changes imported from jsr166 CVS 2017-03
...
Reviewed-by: martin, psandoz
2017-03-03 10:45:38 -08:00
Doug Lea
908c3c315e
8141596: java/util/concurrent/ScheduledThreadPoolExecutor/GCRetention.java starts failing intermittently
...
Reviewed-by: martin, psandoz, dholmes
2017-03-03 10:45:38 -08:00
Amy Lu
dbfbe59e5c
8169903: Refactor spliterator traversing tests into a library
...
Reviewed-by: psandoz
2017-02-14 10:11:26 +08:00
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