- 21 12月, 2010 1 次提交
-
-
由 smarks 提交于
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
-
- 14 12月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jjg, mcimadamore
-
- 09 12月, 2010 1 次提交
-
-
由 mchung 提交于
Summary: Directly map the threadStatus value to Thread.State Reviewed-by: emcmanus, dholmes
-
- 02 12月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou, lancea, alanb
-
- 01 12月, 2010 1 次提交
-
-
由 alanb 提交于
6709457: (fc) lock/tryLock() throws IOException "Access is denied" when file opened for append [win] Reviewed-by: chegar
-
- 17 11月, 2010 1 次提交
-
-
由 peytoia 提交于
Reviewed-by: okutsu
-
- 16 11月, 2010 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, lancea
-
- 14 11月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mchung, dholmes
-
- 10 11月, 2010 1 次提交
-
-
由 alanb 提交于
Reviewed-by: forax, sherman, chegar
-
- 05 11月, 2010 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dholmes, alanb
-
- 27 10月, 2010 1 次提交
-
-
由 kamg 提交于
Summary: Add documentation to java.lang.ClassLoader.defineClass() Reviewed-by: dcubed, darcy
-
- 20 10月, 2010 1 次提交
-
-
由 mchung 提交于
6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE Reviewed-by: dholmes, alanb
-
- 13 10月, 2010 1 次提交
-
-
由 valeriep 提交于
Summary: Updated the relevant javadoc description of java.lang.ClassLoader class w/ additional clarification. Reviewed-by: mullan
-
- 12 10月, 2010 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, sherman, darcy, igor
-
- 07 10月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jrose
-
- 18 9月, 2010 1 次提交
-
-
由 mchung 提交于
Summary: restore System.initializeSystemClasses prior to fix for 6797688 Reviewed-by: alanb
-
- 10 9月, 2010 2 次提交
- 09 9月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 04 9月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: martin
-
- 01 9月, 2010 1 次提交
-
-
由 mchung 提交于
Reviewed-by: valeriep
-
- 26 8月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jjg
-
- 23 8月, 2010 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dholmes
-
- 13 8月, 2010 1 次提交
-
-
由 mchung 提交于
Summary: Initialize suppressedExceptions field to null Reviewed-by: briangoetz, dholmes, forax
-
- 11 8月, 2010 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dholmes, coffeys
-
- 04 8月, 2010 1 次提交
-
-
由 martin 提交于
Summary: let arraycopy throw AIOOBE for invalid negative length Reviewed-by: chegar, forax
-
- 16 7月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb, forax, jjb
-
- 10 7月, 2010 1 次提交
-
-
由 martin 提交于
Summary: Remove (hopefully!) unnecessary check of currentTimeMillis Reviewed-by: dholmes Contributed-by: NJon VanAlten <jon.vanalten@redhat.com>
-
- 01 7月, 2010 7 次提交
-
-
由 martin 提交于
Summary: Add public variants of methods Surrogate.high, Surrogate.low Reviewed-by: okutsu, sherman Contributed-by: NUlf Zibis <ulf.zibis@gmx.de>
-
由 martin 提交于
Summary: Use generics and conform to coding style Reviewed-by: sherman Contributed-by: NUlf Zibis <ulf.zibis@gmx.de>
-
由 martin 提交于
Summary: Fix surrogate area docs; make source more readable Reviewed-by: okutsu, sherman Contributed-by: NUlf Zibis <ulf.zibis@gmx.de>
-
由 martin 提交于
Summary: Make wording of javadoc clearer and more consistent Reviewed-by: sherman
-
由 martin 提交于
Summary: Rewrite lastIndexOf for performance and correctness Reviewed-by: sherman Contributed-by: NReviewed by Ulf Zibis <ulf.zibis@gmx.de>
-
由 martin 提交于
Summary: Move isBmpCodePoint from sun.nio.cs.Surrogate to Character Reviewed-by: sherman Contributed-by: NUlf Zibis <ulf.zibis@gmx.de>
-
由 martin 提交于
Summary: Use the cleverest possible bit-twiddling micro-optimizations Reviewed-by: sherman Contributed-by: NUlf Zibis <ulf.zibis@gmx.de>
-
- 30 6月, 2010 1 次提交
-
-
由 chegar 提交于
Reviewed-by: hawtin
-
- 24 6月, 2010 1 次提交
-
-
由 darcy 提交于
6911261: Project Coin: Retrofit Automatic Resource Management (ARM) support onto platform APIs 6962571: Infinite loop in printing out Throwable stack traces with circular references Reviewed-by: darcy, alanb Contributed-by: jjb@google.com
-
- 12 6月, 2010 1 次提交
-
-
由 martin 提交于
Summary: use thread pool for reaper thread; move most I/O operations out of reaper thread Reviewed-by: michaelm, hiroshi
-
- 11 6月, 2010 1 次提交
-
-
由 martin 提交于
Summary: Cache fields in locals; small javadoc clarifications Reviewed-by: emcmanus, dholmes, forax, dl
-
- 09 6月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: martin, forax, wetmore
-