Masayoshi Okutsu
|
2b3aef04c3
|
6772689: java.sql.Date.valueOf("2042-10-xx").toString() wrong in some time zones
Reviewed-by: peytoia
|
2011-02-24 16:29:42 +09:00 |
|
Lana Steuck
|
d686419127
|
Merge
|
2011-02-23 10:29:15 -08:00 |
|
Stuart Marks
|
dd0e38d73a
|
7021209: convert lang, math, util to use try-with-resources
Reviewed-by: alanb, darcy, naoto
|
2011-02-22 15:34:17 -08:00 |
|
Mike Duigou
|
7ddd950b1d
|
7019705: Add -XX:+AggressiveOpts options to MOAT test
Reviewed-by: alanb
|
2011-02-21 14:53:11 -08:00 |
|
Lana Steuck
|
9e058711b1
|
Merge
|
2011-02-21 14:33:58 -08:00 |
|
Lana Steuck
|
12134b9ba9
|
Merge
|
2011-02-21 14:31:07 -08:00 |
|
Chris Hegarty
|
e5d4746fb4
|
7017901: OOME in java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java
Unbounded queues should be disabled in the test
Reviewed-by: alanb
|
2011-02-17 09:56:38 +00:00 |
|
Masayoshi Okutsu
|
0bfde7d243
|
6936350: API clarification needed on useDaylightTime() for timezones that have defined usage dates
Reviewed-by: peytoia
|
2011-02-16 16:51:21 +09:00 |
|
Neil Richards
|
32b8c54ea3
|
6927486: Hashtable writeObject() may deadlock
Do not synchronize on self while writing hash table elements
Reviewed-by: alanb, mduigou
|
2011-02-14 11:00:02 -08:00 |
|
Neil Richards
|
709cabc2f1
|
6934356: Vector.writeObject() serialization may deadlock
No longer synchronize on self while writing other objects.
Reviewed-by: alanb, forax, mduigou, peterjones
|
2011-02-14 10:38:51 -08:00 |
|
Lana Steuck
|
3eb4164d84
|
Merge
|
2011-02-11 12:14:38 -08:00 |
|
Lana Steuck
|
6641ee235d
|
Merge
|
2011-02-09 10:28:20 -08:00 |
|
Vladimir Yaroslavskiy
|
35f815a7b4
|
7018258: Dual-pivot updates in 7013585 can fail with ArrayIndexOutOfBoundsException
Reviewed-by: alanb
|
2011-02-09 15:59:27 +00:00 |
|
Lana Steuck
|
3899723bda
|
Merge
|
2011-02-08 14:25:33 -08:00 |
|
Lana Steuck
|
458118d44d
|
Merge
|
2011-02-08 14:19:54 -08:00 |
|
Naoto Sato
|
47a983f28a
|
7015500: Locale.toLanguageTag() uses "und" as lang subtag for private use only Locale
Reviewed-by: srl
|
2011-02-08 09:04:30 -08:00 |
|
Vladimir Yaroslavskiy
|
477c01454f
|
7013585: Dual-pivot quicksort improvements for highly structured (nearly sorted) and data with small periods
Reviewed-by: mduigou, alanb
|
2011-02-08 15:50:30 +00:00 |
|
Xueming Shen
|
6435c3ecac
|
7014645: Support perl style Unicode hex notation \x{...}
Added the construct \x{...} for Unicode hex notation support
Reviewed-by: alanb, okutsu
|
2011-02-03 13:49:25 -08:00 |
|
Brian Goetz
|
ce8ab39164
|
7012540: java.util.Objects.nonNull() incorrectly named
Reviewed-by: darcy, weijun
|
2011-02-02 13:13:34 -05:00 |
|
Lana Steuck
|
cb72d9f503
|
Merge
|
2011-01-19 19:00:30 -08:00 |
|
Doug Lea
|
677a39996a
|
7005424: Resync java.util.concurrent classes with Dougs CVS - Jan 2011
Reviewed-by: dholmes, chegar, mduigou
|
2011-01-12 14:40:36 +00:00 |
|
Chris Hegarty
|
e208093ec8
|
7000511: PrintStream, PrintWriter, Formatter, Scanner leave files open when exception thrown
Reviewed-by: alanb, mduigou
|
2011-01-07 13:08:18 +00:00 |
|
Lana Steuck
|
388f2f8c41
|
Merge
|
2011-01-06 18:05:56 -08:00 |
|
Lana Steuck
|
87a68ef861
|
Merge
|
2011-01-04 23:41:13 -08:00 |
|
Lana Steuck
|
fb91d40572
|
Merge
|
2011-01-04 17:05:38 -08:00 |
|
Xueming Shen
|
022d6b1633
|
7009618: regression test failed caused by the fix for 7003462
Avoid caching the "ended" Inflater in ZipFile class
Reviewed-by: alanb
|
2011-01-04 14:17:45 -08:00 |
|
Kelly O'Hair
|
6b6a611c8e
|
6962318: Update copyright year
Reviewed-by: xdono
|
2010-12-28 15:53:50 -08:00 |
|
Masayoshi Okutsu
|
f2bb972af4
|
7003643: [Fmt-Me] MessageFormat.toPattern produces wrong quoted string and subformat modifiers
7008195: [Fmt-Me] Improve MessageFormat.applyPattern performance
Reviewed-by: naoto, peytoia
|
2010-12-27 14:13:52 +09:00 |
|
Lana Steuck
|
4010e0a7cb
|
Merge
|
2010-12-22 23:12:17 -08:00 |
|
Lana Steuck
|
c02539239e
|
Merge
|
2010-12-22 16:57:08 -08:00 |
|
Naoto Sato
|
c84359f622
|
4940539: Constructor of java.util.Locale should handle ISO 639-2 Language Codes
Reviewed-by: okutsu
|
2010-12-21 16:14:14 -08:00 |
|
Stuart Marks
|
6e7cb44eea
|
6880112: Project Coin: Port JDK core library code to use diamond operator
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
|
2010-12-20 13:47:04 -08:00 |
|
Lana Steuck
|
9ed3faea7a
|
Merge
|
2010-12-13 16:25:26 -08:00 |
|
Xueming Shen
|
675d4c42a3
|
7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry)
The returned InflatedInputStream object should be kept in map streams
Reviewed-by: alanb
|
2010-12-13 14:12:56 -08:00 |
|
Naoto Sato
|
c961543922
|
7002320: Locale.forLanguageTag()/toLanguageTag() not working properly with ja_JP_JP locale
Reviewed-by: dougfelt
|
2010-12-13 13:16:08 -08:00 |
|
Lana Steuck
|
612fdb2793
|
Merge
|
2010-12-12 15:28:57 -08:00 |
|
Doug Lea
|
f9a00e6199
|
7003745: Code style cleanups (sync from Dougs CVS)
Reviewed-by: chegar, dholmes
|
2010-12-01 21:46:52 +00:00 |
|
Lana Steuck
|
366828ecb8
|
Merge
|
2010-11-30 15:07:42 -08:00 |
|
Lana Steuck
|
a0eaaf3f1e
|
Merge
|
2010-11-29 10:50:49 -08:00 |
|
Naoto Sato
|
d2a42e4896
|
6807534: CurrencyNameProvider.getDisplayName(String, Locale) doesn't throw IllegalArgumentException
Reviewed-by: okutsu
|
2010-11-24 15:26:41 -08:00 |
|
Naoto Sato
|
0386e25365
|
6930106: Testcases with legal notice problems
Reviewed-by: ohair
|
2010-11-23 13:06:57 -08:00 |
|
Doug Lea
|
823b331f15
|
6712185: java/util/concurrent/Executors/AutoShutdown.java fails on slow or busy systems
Reviewed-by: chegar, alanb
|
2010-11-19 10:43:24 +00:00 |
|
Naoto Sato
|
1451cced85
|
6997999: Remove duplicated entries from ISO language/country code tables
Reviewed-by: okutsu
|
2010-11-16 10:47:01 -08:00 |
|
Xueming Shen
|
0407a3cf9e
|
6544278: SecurityException not thrown for Indexed Jar file whose signature is corrupted
Added code to deal with the index case specially.
Reviewed-by: mullan
|
2010-11-15 09:42:39 -08:00 |
|
Chris Hegarty
|
cdcbbea8cb
|
6993789: LinkedBlockingDeque iterator/descendingIterator loops and owns lock forever
Reviewed-by: dl, dholmes
|
2010-11-15 15:11:04 +00:00 |
|
Lana Steuck
|
c420cdefc2
|
Merge
|
2010-11-13 18:56:50 -08:00 |
|
Kelly O'Hair
|
39a2b6c9ff
|
6792706: Add JAR file to bootclasspath when using AggressiveOpts
Reviewed-by: alanb, kvn, darcy
|
2010-11-08 09:29:18 -08:00 |
|
Naoto Sato
|
ddf465f954
|
6997928: LocaleCategory test fails with b118 PIT
Reviewed-by: sherman
|
2010-11-05 20:58:10 -07:00 |
|
Lana Steuck
|
431c033058
|
Merge
|
2010-11-04 15:38:39 -07:00 |
|
Lana Steuck
|
fba090f3e8
|
Merge
|
2010-11-02 19:40:45 -07:00 |
|