Mandy Chung
9e05cd8605
6959641: testcase failing java/util/Locale/Bug4184873Test.java
...
Revert the Bug4184873_{he,id,yi} files to revision 0 (before rebranding)
Reviewed-by: naoto
2010-06-15 09:54:03 -07:00
Lana Steuck
27a539e27c
Merge
2010-06-07 17:08:26 -07:00
Lana Steuck
fd45b4188c
Merge
2010-05-28 12:10:14 -07:00
Kelly O'Hair
80b67f81af
6956202: Fix a few missed rebranding issues, please contact lines etc
...
Reviewed-by: jjg, darcy, weijun
2010-05-26 20:28:04 -07:00
Kelly O'Hair
fe008ae27a
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Xueming Shen
0bc8b10673
4691425: GZIPInputStream fails to read concatenated .gz files
...
To support concatenated .gz streams
Reviewed-by: martin
2010-05-24 00:39:57 -04:00
Xueming Shen
bb2be852aa
6945564: Unicode script support in Character class
...
6948903: Make Unicode scripts available for use in regular expressions
Added Unicode script suport
Reviewed-by: martin
2010-05-18 15:36:47 -07:00
Xueming Shen
6d1dc62ab1
4813885: RFE: GZIPOutputStream should implement flush using Z_SYNC_FLUSH
...
Added new constructors to allow flush() work in Z_SYNC_FLUSH mode
Reviewed-by: martin
2010-05-17 12:19:49 -07:00
Martin Buchholz
75e3cde928
6937857: Concurrent calls to new Random() not random enough
...
Seed uniquifier should use an independent PRNG
Reviewed-by: dl
2010-05-09 16:03:13 -07:00
Martin Buchholz
b455514c89
6950540: PriorityQueue(collection) should throw NPE if collection contains a null
...
Rewrite PriorityQueue constructors for best performance and error handling
Reviewed-by: dholmes, chegar
2010-05-09 00:59:49 -07:00
Lana Steuck
561ea30dc6
Merge
2010-04-20 16:51:13 -07:00
Naoto Sato
4d2c11649f
6943941: Rebranding issues with some tests in jdk/test/java/util
...
Reviewed-by: ohair
2010-04-19 14:48:46 -07:00
Xueming Shen
d0a7eafe8d
6931676: TEST_BUG: wrong value for bugid in comments
...
Update to the correct bugid
Reviewed-by: martin
2010-04-15 17:00:55 -07:00
Martin Buchholz
6b4917957f
6941130: Semaphore should throw if number of permits overflows or underflows
...
Check if release could make number of permits negative
Reviewed-by: dl, dholmes
2010-04-07 12:30:49 -07:00
Lana Steuck
bf5a0d88c1
Merge
2010-02-09 00:05:16 -08:00
Xueming Shen
ff1e82994b
6923692: java/classes_util TEST_BUG:ReadZip.java fails when
...
To create the test file at test.dir
Reviewed-by: alanb
2010-02-06 09:26:57 -08:00
Xueming Shen
9ff3b18578
6919132: Regex \P{Lu} selects half of a surrogate pari
...
To use StartS for complement category/block class
Reviewed-by: martin, okutsu
2010-02-05 00:10:42 -08:00
Lana Steuck
2eabbe8ed9
Merge
2010-01-28 16:12:06 -08:00
Andrew John Hughes
74452cc018
6584033: (tz) wrong buffer length in TimeZone_md.c
...
Add testcase for this bug
Reviewed-by: darcy, okutsu
2010-01-08 12:51:15 +00:00
Kelly O'Hair
c49eb02208
6911108: These tests do not work with CYGWIN: java/util
...
Reviewed-by: tbell, alanb
2010-01-04 15:52:38 -08:00
Doug Lea
dc8d9d049e
6908348: java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java get OOME for unbounded queues
...
Reviewed-by: martin, dholmes
2009-12-23 15:57:14 -08:00
Pavel Tisnovsky
9e74b05b9c
6912628: test/java/util/jar/JarFile/TurkCert.java cannot be run in samevm mode
...
Added tag to run this test in othervm
Reviewed-by: chegar
2009-12-23 11:18:58 +01:00
Joe Darcy
c40412f4f4
6907177: Update jdk tests to remove unncessary -source and -target options
...
Reviewed-by: ohair
2009-12-03 18:19:10 -08:00
Kelly O'Hair
cd8f275bdb
6903197: Some java template files need to be renamed to .java.template
...
Reviewed-by: alanb
2009-11-30 14:15:15 -08:00
Vladimir Yaroslavskiy
0d83336729
6899694: Dual-pivot quicksort improvements
...
Co-authored-by: Joshua Bloch <joshua.bloch@google.com>
Reviewed-by: jjb
2009-11-11 14:38:01 +00:00
Tim Bell
44accdb4b7
Merge
2009-11-06 17:27:41 -08:00
Martin Buchholz
450da8a061
6897553: LinkedList performance improvements
...
LinkedList of size N creates N+1 instead of N+2 objects. Comparing against null is faster than comparing against sentinel node
Reviewed-by: dl, jjb, forax
2009-11-05 16:12:45 -08:00
Doug Lea
ef2dd097cc
6865582: jsr166y - jsr166 maintenance update
...
6865571: Add a lightweight task framework known as ForkJoin
6445158: Phaser - an improved CyclicBarrier
6865579: Add TransferQueue/LinkedTransferQueue
Reviewed-by: martin, chegar, dice
2009-11-02 17:25:38 -08:00
Xueming Shen
d9eeb64ea6
6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError
...
Fixed the boundary check in Deflater.java
Reviewed-by: alanb
2009-10-30 13:01:16 -07:00
Vladimir Yaroslavskiy
b36e33e9e0
6896573: Arrays.sort(long[]) fails with StackOverflowError
...
Reviewed-by: jjb
2009-10-30 15:06:24 +00:00
Mandy Chung
37ce341049
6896422: Add @ignore to test/java/util/zip/Bounds.java
...
Ignore test/java/util/zip/Bounds.java until 6896424 is resolved
Reviewed-by: sherman
2009-10-29 09:22:00 -07:00
Mandy Chung
f66cba870b
6876135: Add PlatformLoggingMXBean to eliminate the dependency on JMX from logging
...
Added a new PlatformLoggingMXBean interface to extend PlatformManagedObject instead of LoggingMXBean
Reviewed-by: alanb
2009-10-27 16:32:23 -07:00
Joe Darcy
0452077b9a
6891113
: More methods for java.util.Objects: deepEquals, hash, toString with default
...
Reviewed-by: alanb, gafter
2009-10-23 11:18:17 -07:00
Xueming Shen
30e3c9dc22
4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH)
...
Add sync_flush option into Deflater/DefalterOutputStream
Reviewed-by: martin, alanb
2009-10-21 11:50:25 -07:00
Xueming Shen
e5745ffc8c
6878475: Better syntax for the named capture group in regex
...
Updated the syntax of the newly added named capture group
Reviewed-by: martin, alanb
2009-10-21 11:40:40 -07:00
Joshua Bloch
c225292004
6889858: Add nonNull methods to java.util.Objects
...
Reviewed-by: darcy
2009-10-19 16:31:48 -07:00
Joe Darcy
eca779ecad
6797535: Add shared two argument static equals method to the platform
...
Reviewed-by: sherman
2009-10-09 16:11:11 -07:00
Yuri Nesterenko
5d7bb00c89
Merge
2009-09-15 23:41:40 -07:00
Yuri Nesterenko
926d6d625a
Merge
2009-09-09 00:51:06 -07:00
Yuka Kamiya
be422eef48
6851214: (tz) New Jordan rule creates a failure for SimpleTimeZone parsing post tzdata2009h
...
Reviewed-by: okutsu
2009-08-31 12:55:15 +09:00
Doug Lea
28c28df142
6868712: Improve concurrent queue tests
...
Fix all known flaky tests, plus minor maintenance
Reviewed-by: martin, chegar
2009-08-25 19:19:42 -07:00
Xueming Shen
fcfe031b58
6676423: (prefs) Opensource unit/regression tests for java.util.prefs
...
Moved the existing test cases for prefs to open area
Reviewed-by: martin, alanb
2009-08-13 15:01:18 -07:00
Josh Bloch
827200b265
6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
...
Easy port of timsort from android
Reviewed-by: martin
2009-07-29 14:24:19 -07:00
Xueming Shen
ba2db6a2db
Merge
2009-07-29 11:19:14 -07:00
Doug Lea
d43e798981
6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage
...
6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently
Faster, more correct. Use self-linking trick to avoid gc retention
Reviewed-by: martin, dholmes
2009-07-28 17:17:55 -07:00
Doug Lea
df5da31f55
6785442: ConcurrentLinkedQueue.remove() and poll() can both remove the same element
...
6493942: ConcurrentLinkedQueue.remove sometimes very slow
New algorithm for handling concurrent linked lists
Reviewed-by: martin
2009-07-28 13:24:52 -07:00
Xueming Shen
e9b3362ace
5063507: (fmt) missing exception for "%#s" format specifier
...
Throw appropriate exception when necessary
Reviewed-by: alanb
2009-07-24 11:06:57 -07:00
Xueming Shen
4b33465b42
6707281: Adler32.update() JavaDoc is wrong
...
6553961: java.util.zip.{CRC32,Adler32}.update(int) doc errors
6646605: Missing method ZipFile.getComment()
6841232: ZipFile should implement Closeable
4985614: Failure on calls to ZipFile constructor
5032358: "java.util.zip.ZipException: The system cannot find the file specified"
6846616: java/util/zip/ZipFile/ReadAfterClose.java failed after fix for 6735255
Some misc bug/rfe fixes for zipfile
Reviewed-by: alanb
2009-06-29 19:57:58 -07:00
Tim Bell
54e8ace85c
Merge
2009-06-11 21:32:12 -07:00
Mandy Chung
e2f7248afb
6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
...
Remove @ignore
Reviewed-by: swamyv
2009-05-26 17:47:57 -07:00
Kelly O'Hair
f4e0a8215f
6842023: Improve test reliability, Increase timeout factor on jtreg tests, etc
...
Reviewed-by: tbell
2009-05-18 10:36:38 -07:00
Kelly O'Hair
2756e99316
6835241: Annotate some tests with @ignore that have shown to be unpredictable
...
Reviewed-by: tbell
2009-04-28 14:43:44 -07:00
Martin Buchholz
c0b32f4e3c
6278014: java.util.logging.LogRecord.getThreadID() should provide real thread id
...
Make j.u.l. thread id a copy of Thread's id, for small values of thread id.
Reviewed-by: alanb
2009-04-20 21:57:01 -07:00
Martin Buchholz
4910f50ea2
6716076: test UTIL_REGRESSION/test/java/util/logging/LoggingDeadlock2.java failed with exit code 1
...
Reviewed-by: swamyv, mchung
2009-04-20 21:53:38 -07:00
Jeremy Manson
8d5b9cfad8
6830220: Logging issues due to regression from bug fix 6797480
...
Reviewed-by: swamyv
2009-04-20 21:23:47 -07:00
Tim Bell
f70e9b8dd9
Merge
2009-04-18 14:10:27 -07:00
Xueming Shen
c435a0905d
4244499: ZipEntry() does not convert filenames from Unicode to platform
...
4532049: IllegalArgumentException in ZipInputStream while reading unicode file
5030283: Incorrect implementation of UTF-8 in zip package
4700978: ZipFile can't treat Japanese name in a zipfile properly
4980042: Cannot use Surrogates in zip file metadata like filenames
4820807: java.util.zip.ZipInputStream cannot extract files with Chinese chars in name
Add new constructors for zip classes to support non-UTF-8 encoded names/comments in ZIP file
Reviewed-by: alanb, martin
2009-04-16 21:00:42 -07:00
Tim Bell
b5b691accb
Merge
2009-04-10 15:30:37 -07:00
Xiomara Jayasena
8e36dcb9a5
Merge
2009-04-07 14:02:54 -07:00
Lana Steuck
39202ea815
Merge
2009-04-07 10:04:29 -07:00
Xueming Shen
21aa30606a
4681995: Add support for large (> 4GB) zip/jar files
...
The ZIP64 format support is added for > 4GB jar/zip files
Reviewed-by: alanb, martin
2009-04-02 15:35:46 -07:00
Kelly O'Hair
36ce084168
Merge
2009-04-01 09:44:34 -07:00
Kelly O'Hair
1e18bf2d6e
6824583: regtest TimeUnit/Basic.java fails intermittently on Windows - again
...
Reviewed-by: dholmes
2009-04-01 09:08:54 -07:00
Kelly O'Hair
c9ce349372
6824012: Add jdk regression tests to default jprt jobs
...
A work in progress on adding to the jprt testing.
Reviewed-by: tbell
2009-03-31 16:14:14 -07:00
Doug Lea
b63d6d68d9
6801020: Concurrent Semaphore release may cause some require thread not signaled
...
Introduce PROPAGATE waitStatus
Reviewed-by: martin
2009-03-26 11:59:07 -07:00
Doug Lea
01a36018d3
6800572: Removing elements from views of NavigableMap implementations does not always work correctly
...
Replace use of new TreeSet with new KeySet
Reviewed-by: martin
2009-03-24 19:42:23 -07:00
Lana Steuck
8888335104
Merge
2009-03-24 19:12:02 -07:00
Xueming Shen
df65a88edb
6817475: named-capturing group name started with digit causes PSE exception
...
Need accept the digit as the first char of the group name
Reviewed-by: alanb
2009-03-20 16:22:59 -07:00
Lana Steuck
be8bd14e3c
Merge
2009-03-04 10:57:24 -08:00
Kevin Walls
53cf69e562
6809463: Missing license header in test LargeZipFile.java
...
Reviewed-by: alanb
2009-02-24 19:03:58 +00:00
Kevin Walls
ee5c2301ec
6599383: Unable to open zip files more than 2GB in size
...
Reviewed-by: alanb
2009-02-24 14:22:08 +00:00
Xueming Shen
952857e682
6350801: Add support for named (instead of numbered) capture groups in regular expression
...
6676425: Opensource unit/regression tests for java.util.regex
Added "named capturing group" into regex. Moved most of reg/unit tests to openjdk.
Reviewed-by: alanb, okutsu
2009-02-23 21:06:15 -08:00
Andrew Brygin
b56f073148
6799583: LogManager shutdown hook may cause a memory leak
...
Reviewed-by: igor, swamyv
2009-02-04 14:06:18 +03:00
Lana Steuck
c88ad511d0
Merge
2009-02-03 22:02:55 -08:00
Lana Steuck
6701ca1be7
Merge
2009-01-29 09:25:47 -08:00
Xueming Shen
a9c275ed18
6476425: (fmt)java.util.Formatter.print() throws IllegalArgumentException on large BigDecima
...
Correct the wrong calculation of "precision" in certain circumstances.
Reviewed-by: darcy, alanb
2009-01-22 20:29:54 -08:00
Naoto Sato
c0b51b7972
6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
...
6786276: Locale.getISOCountries() still contains country code "CS"
Reviewed-by: okutsu
2009-01-21 13:58:46 -08:00
Xiomara Jayasena
cc8641d33a
6785258: Update copyright year
...
Update copyright for files that have been modified starting July 2008 to Dec 2008
Reviewed-by: katleman, ohair, tbell
2008-12-15 16:55:25 -08:00
Alan Bateman
e9a892dd41
6763122: ZipFile ctor does not throw exception when file is not a zip file
...
Reviewed-by: bristor
2008-11-11 08:59:43 +00:00
Lana Steuck
eb292c9219
Merge
2008-10-17 15:01:10 -07:00
Lana Steuck
fb52866502
Merge
2008-10-13 17:13:29 -07:00
Naoto Sato
c7f7759bdd
6706382: jdk/test/java/util/Locale/data/deflocale.sol10 has incorrect legal notice
...
Reviewed-by: okutsu
2008-10-06 17:16:06 -07:00
Yuka Kamiya
ef34d89841
6645263: (cal) Calendar throw java.lang.IllegalArgumentException: WEEK_OF_MONTH
...
Reviewed-by: okutsu
2008-10-02 15:54:59 +09:00
Lana Steuck
297ae75019
Merge
2008-09-24 08:14:37 -07:00
Dave Bristor
3020470ba9
6440786: Cannot create a ZIP file containing zero entries
...
Allow reading and writing of ZIP files with zero entries.
Reviewed-by: alanb
2008-09-11 14:58:57 -07:00
Yuka Kamiya
c8b6411661
6466476: (tz) Introduction of tzdata2005r can introduce incompatility issues with some JDK1.1 3-letter TZ Ids
...
Reviewed-by: okutsu
2008-09-08 15:21:55 +09:00
Joshua Bloch
2cb9d9610e
6739302: Check that deserialization preserves EnumSet integrity
...
Reviewed-by: dl, chegar
2008-08-20 13:45:12 -07:00
Tim Bell
6f9ae46ab8
Merge
2008-08-07 18:02:28 -07:00
Martin Buchholz
a1269f9d94
6730507: java.util.Timer schedule delay Long.MAX_VALUE causes task to execute multiple times
...
Reviewed-by: chegar
2008-08-07 06:36:41 -07:00
Jiri Tusla
d914009a33
Merge
2008-08-07 04:52:05 -07:00
Jiri Tusla
eca52f9d2c
6608572
: Currency change for Malta and Cyprus
...
Change the respective currencies
Reviewed-by: naoto, jenda
2008-08-01 02:58:59 -07:00
Doug Lea
1c84fa3582
6725789: ScheduledExecutorService does not work as expected in jdk7/6/5
...
Reviewed-by: martin, dholmes, chegar
2008-08-01 00:42:43 -07:00
Xiomara Jayasena
2617d1d179
6719955: Update copyright year
...
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
2008-07-02 12:55:45 -07:00
Scott Blum
e7b25f91b2
6691215: (coll) IdentityHashMap.containsValue(null) returns true when null value not present
...
Reviewed-by: dl, chegar, alanb
2008-05-10 12:14:53 -07:00
Martin Buchholz
53684b6479
6691185: (coll) TreeMap.navigableKeySet's descendingIterator method starts at first instead of last entry
...
Reviewed-by: dl, chegar
2008-05-10 11:49:25 -07:00
Martin Buchholz
af3cf15e6e
6633113: test/java/util/concurrent/SynchronousQueue/Fairness.java fails intermittently
...
Reviewed-by: dholmes
2008-03-10 23:23:48 -07:00
Doug Lea
e4f30f8084
6625723: Excessive ThreadLocal storage used by ReentrantReadWriteLock
...
Reviewed-by: dholmes
2008-03-10 23:23:47 -07:00
Doug Lea
f280870c0f
6609775: Reduce context switches in DelayQueue due to signalAll
...
Reviewed-by: alanb
2008-03-10 23:23:47 -07:00
Doug Lea
0170151171
6602600: Fast removal of cancelled scheduled thread pool tasks
...
Reviewed-by: alanb
2008-03-10 23:23:47 -07:00
Martin Buchholz
2ebe861fe5
6612102: (coll) IdentityHashMap.iterator().remove() might decrement size twice
...
Reviewed-by: dholmes
2008-03-10 23:23:47 -07:00
Martin Buchholz
f8092959d4
6595669: regtest LinkedBlockingQueue/OfferRemoveLoops.java fails
...
Reviewed-by: dholmes
2008-03-10 23:23:47 -07:00
J. Duke
319a3b9947
Initial load
2007-12-01 00:00:00 +00:00