- 09 9月, 2013 1 次提交
-
-
由 dfuchs 提交于
8021003: java/util/logging/Logger/getGlobal/TestGetGlobalConcurrent.java fails intermittently 8019945: test/java/util/logging/LogManagerInstanceTest.java failing intermittently Summary: This fix untangles the class initialization of Logger and LogManager, and also cleans up the relationship between LogManager, LoggerContext, and Logger, which were at the root cause of some intermittent test failures. Reviewed-by: mchung, martin, plevart
-
- 04 9月, 2013 3 次提交
-
-
由 dfuchs 提交于
Summary: Break logging and AWT circular dependency, which was at the root cause for 8023258 - Logger.getLogger() after ImageIO.read() returns different logger instance Reviewed-by: mchung, art
-
由 dfuchs 提交于
Reviewed-by: dholmes, mchung
-
由 psandoz 提交于
8012913: LinkedHashMap key/value/entry spliterators should report ORDERED Reviewed-by: mduigou, forax, bchristi, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 29 8月, 2013 2 次提交
-
-
由 psandoz 提交于
Reviewed-by: mduigou Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
-
由 sherman 提交于
Summary: to handle extra data field copy correctly even the extra data does not follow the spec Reviewed-by: alanb, martin, chegar
-
- 22 8月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: mduigou, smarks
-
- 28 8月, 2013 1 次提交
-
-
由 sherman 提交于
Summary: to correct the wrong GroupCurly group index backoff code Reviewed-by: alanb
-
- 27 8月, 2013 3 次提交
-
-
由 henryjen 提交于
Reviewed-by: mduigou, psandoz
-
由 weijun 提交于
8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file Reviewed-by: sherman
-
由 psandoz 提交于
Reviewed-by: mduigou Contributed-by: NGuy Steele <guy.steele@oracle.com>, Doug Lea <dl@cs.oswego.edu>, Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 26 8月, 2013 2 次提交
-
-
由 rriggs 提交于
Summary: Increase the size of pending stack and add test cases Reviewed-by: alanb
-
由 shade 提交于
Summary: Sync-up the fix from jsr166 CVS, signal more readers on writer unlock Reviewed-by: martin, shade Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
- 24 8月, 2013 1 次提交
-
-
由 dfuchs 提交于
Reviewed-by: mchung, lancea
-
- 23 8月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jjg
-
- 22 8月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: psandoz, alanb, chegar, bpb
-
- 20 8月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: alanb, mduigou
-
- 13 8月, 2013 2 次提交
-
-
由 psandoz 提交于
Reviewed-by: alanb, mduigou
-
由 briangoetz 提交于
Reviewed-by: mduigou Contributed-by: brian.goetz@oracle.com
-
- 16 8月, 2013 1 次提交
-
-
由 sherman 提交于
7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException Summary: to add the throws clause Reviewed-by: alanb, chegar
-
- 15 8月, 2013 4 次提交
- 14 8月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: chegar
-
- 04 9月, 2013 2 次提交
-
-
由 henryjen 提交于
8022237: j.u.s.BaseStream.onClose() has an issue in implementation or requires spec clarification 8022572: Same exception instances thrown from j.u.stream.Stream.onClose() handlers are not listed as suppressed Summary: BaseStream implements AutoCloseable; Remove CloseableStream and DelegatingStream Reviewed-by: alanb, mduigou, psandoz Contributed-by: brian.goetz@oracle.com
-
由 henryjen 提交于
Reviewed-by: mduigou
-
- 03 9月, 2013 1 次提交
-
-
由 dfuchs 提交于
8024131: Issues with cached localizedLevelName in java.util.logging.Level Summary: This fix updates logging.properties resource bundles to follow internationalization guidelines. It also fixes a caching issue with localizedLevelName. The regression test that was added needs both fixes to pass. Reviewed-by: mchung, alanb
-
- 02 9月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb, psandoz
-
- 10 8月, 2013 2 次提交
- 09 8月, 2013 3 次提交
- 07 8月, 2013 3 次提交
- 06 8月, 2013 2 次提交
-
-
由 psandoz 提交于
Reviewed-by: chegar
-
由 psandoz 提交于
8022318: Document Spliterator characteristics and binding policy of java util concurrent collection impls Reviewed-by: chegar Contributed-by: NMartin Buchholz <martinrb@google.com>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 16 8月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Tests corrected to use fixed locale and not dependent on the environment Reviewed-by: sherman
-