Daniel D. Daugherty
|
0d21eb970f
|
7048308: 4/4 LoggingDeadlock3 test timeout is too small
Change timeout for test from 15 seconds to 80 seconds.
Reviewed-by: dholmes
|
2011-06-01 17:10:30 -07:00 |
|
Daniel D. Daugherty
|
41491be4d6
|
7041595: 4/4 add lost test for 6487638
Add missing LoggingDeadlock3.java and LoggingDeadlock3.props
Reviewed-by: dsamersoff, never, acorn, mchung
|
2011-05-16 12:58:48 -07:00 |
|
Daniel D. Daugherty
|
564b2b7a17
|
6977677: 3/2 Deadlock on logging subsystem initialization
Over synchronized Logger.getLogger() deadlocks with LogManager.<clinit>via PlatformLogger
Reviewed-by: dsamersoff, never, acorn, mchung
|
2011-05-16 12:56:29 -07:00 |
|
Michael Fang
|
6df9bf9a41
|
7044019: LocaleEnhanceTest.java needs to be updated for 7004603
Reviewed-by: naoto
|
2011-05-11 14:12:50 -07:00 |
|
Lana Steuck
|
abc0e63cbc
|
Merge
|
2011-04-30 16:55:46 -07:00 |
|
Xueming Shen
|
df7a03a4c3
|
7039066: j.u.rgex does not match TR18 RL1.4 Simple Word Boundaries and RL1.2 Properties
Updated the regex Unicode property support
Reviewed-by: alanb
|
2011-04-28 20:48:36 -07:00 |
|
Weijun Wang
|
f32a89adb0
|
7037201: regression: invalid signed jar file not detected
Reviewed-by: mullan
|
2011-04-28 20:34:53 +08:00 |
|
Lana Steuck
|
b550ca992e
|
Merge
|
2011-04-25 15:44:20 -07:00 |
|
Lana Steuck
|
b92cf6375e
|
Merge
|
2011-04-21 11:11:20 -07:00 |
|
Michael Fang
|
07dada6d04
|
Merge
|
2011-04-19 10:55:46 -07:00 |
|
Yong Jeffrey Huang
|
8e70d44f2c
|
7036905: [de] dem - the german mark display name is incorrect
Reviewed-by: naoto
|
2011-04-18 23:00:53 -07:00 |
|
Lana Steuck
|
8a0e9f26d9
|
Merge
|
2011-04-18 14:00:34 -07:00 |
|
Neil Richards
|
bad4b686c4
|
7031076: Retained ZipFile InputStreams increase heap demand
Allow unreferenced ZipFile InputStreams to be finalized, GC'd
Reviewed-by: sherman, dholmes
|
2011-04-18 10:51:19 -07:00 |
|
Lana Steuck
|
b99716e22a
|
Merge
|
2011-04-17 16:19:29 -07:00 |
|
Lana Steuck
|
fcc61389fc
|
Merge
|
2011-04-16 20:16:55 -07:00 |
|
Masayoshi Okutsu
|
4e60b6278a
|
7035446: some regression tests take too long
Reviewed-by: peytoia
|
2011-04-15 22:57:15 +09:00 |
|
Masayoshi Okutsu
|
899e0913f3
|
7028818: (lc) Lazily initialize locale extension
7029740: (lc) New Locale class implementation doesn't follow the Java coding conventions
7032820: (lc) sun.util.locale.InternalLocaleBuilder.CaseInsensitiveChar.equals problems
7033503: (lc) Restore optimization code for Locale class initialization
7033504: (lc) incompatible behavior change for ja_JP_JP and th_TH_TH locales
Reviewed-by: naoto
|
2011-04-14 15:59:47 +09:00 |
|
Kelly O'Hair
|
7c8e01891a
|
Merge
|
2011-04-13 16:56:16 -07:00 |
|
Doug Lea
|
1693ab3b69
|
7034657: Update Creative Commons license URL in legal notices
Reviewed-by: chegar
|
2011-04-07 15:06:32 +01:00 |
|
Kelly O'Hair
|
d2b1e20c7d
|
7033660: Update copyright year to 2011 on any files changed in 2011
Reviewed-by: dholmes
|
2011-04-06 22:06:11 -07:00 |
|
Naoto Sato
|
81221f1be0
|
7031546: test/java/util/ResourceBundle/Bug4168625Test.java fails on solaris10u9 sparc
Reviewed-by: okutsu
|
2011-04-06 10:53:13 -07:00 |
|
Neil Richards
|
7f998c2049
|
6312706: Map entrySet iterators should return different entries on each call to next()
Reviewed-by: mduigou, alanb
|
2011-04-06 09:31:13 -07:00 |
|
Xueming Shen
|
363df8be6a
|
6751338: ZIP inflater/deflater performance
To use GetPrimitiveArrayCritical for bye array access
Reviewed-by: bristor, alanb
|
2011-04-04 11:30:55 -07:00 |
|
Mandy Chung
|
47a20b7526
|
6381464: SimpleFormatter should use one single line format
Define a new logging properties to support custom output format
Reviewed-by: alanb
|
2011-03-29 15:58:18 -07:00 |
|
Mandy Chung
|
793f1078b6
|
7024172: Move BufferPoolMXBean and PlatformLoggingMXBean java.lang.management
Reviewed-by: alanb
|
2011-03-29 15:50:55 -07:00 |
|
Weijun Wang
|
f7860d24d9
|
7023056: NPE from sun.security.util.ManifestEntryVerifier.verify during Maven build
Reviewed-by: mullan
|
2011-03-25 11:58:30 +08:00 |
|
Mike Duigou
|
af9167398f
|
7029491: fix broken test file committed with CR 5045147
An incorrect file was committed with CR 5045147. This commit corrects that error and also applies minor review suggestions.
Reviewed-by: alanb
|
2011-03-21 11:31:54 -07:00 |
|
Mike Duigou
|
deb8d5a4ff
|
5045147: Prevent insertion of null Key into empty TreeMap (and null element into TreeSet) when no Comparator is used. Prevent insertion of key of incorrect type into empty TreeMap and incorrect type element into TreeSet and incorrect type when Comparator is used
Reviewed-by: alanb, dl, mduigou
|
2011-03-17 14:42:40 -07:00 |
|
David Holmes
|
117062efaa
|
Merge
|
2011-03-15 20:00:45 -04:00 |
|
Neil Richards
|
b96d0e610a
|
7014637: Improve behavior of EnumSet Iterator.remove()
Reviewed-by: mduigou, alanb
|
2011-03-14 14:49:52 -07:00 |
|
Naoto Sato
|
d7b9fcfbd4
|
7023613: (lc) Incorrect string returned by Locale.toString() with non-empty script field
Reviewed-by: srl
|
2011-03-11 11:31:10 -08:00 |
|
Lana Steuck
|
d67aed550b
|
Merge
|
2011-03-10 19:38:44 -08:00 |
|
Alan Bateman
|
a36a5ce599
|
7025468: Tests using diamond with anonymous inner classes needs to be reverted
Reviewed-by: dholmes, forax
|
2011-03-08 10:32:18 +00:00 |
|
Lana Steuck
|
8b14c7551d
|
Merge
|
2011-03-07 14:48:27 -08:00 |
|
Lana Steuck
|
5f0efd5e7c
|
Merge
|
2011-03-07 11:36:37 -08:00 |
|
Lana Steuck
|
1b471215b4
|
Merge
|
2011-03-05 20:54:53 -08:00 |
|
Stuart Marks
|
cea2f39843
|
7021582: convert jar/zip code and tests to use try-with-resources
Reviewed-by: alanb, dholmes, sherman
|
2011-02-25 02:06:10 -08:00 |
|
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 |
|