- 11 9月, 2010 1 次提交
-
-
由 naoto 提交于
Reviewed-by: srl Contributed-by: NYoshito Umaoka <y.umaoka@gmail.com>, Doug Felt <dougfelt@google.com>, Mark Davis <markdavis@google.com>
-
- 10 9月, 2010 1 次提交
-
-
由 peytoia 提交于
Reviewed-by: okutsu
-
- 09 9月, 2010 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: peytoia
-
- 01 9月, 2010 2 次提交
- 23 8月, 2010 2 次提交
- 17 8月, 2010 1 次提交
-
-
由 michaelm 提交于
Summary: create enclosing exception with message of enclosed Reviewed-by: alanb, chegar
-
- 13 8月, 2010 1 次提交
-
-
由 mchung 提交于
Summary: Initialize suppressedExceptions field to null Reviewed-by: briangoetz, dholmes, forax
-
- 10 8月, 2010 1 次提交
-
-
由 lancea 提交于
Reviewed-by: minqi
-
- 04 8月, 2010 1 次提交
-
-
由 martin 提交于
Summary: let arraycopy throw AIOOBE for invalid negative length Reviewed-by: chegar, forax
-
- 03 8月, 2010 1 次提交
-
-
由 mullan 提交于
Reviewed-by: weijun
-
- 29 7月, 2010 1 次提交
-
-
由 alanb 提交于
6799037: (fs) MappedByteBuffer.load crash with unaligned file-mapping (sol) Reviewed-by: chegar, forax
-
- 26 7月, 2010 1 次提交
-
-
由 martin 提交于
Summary: Cleanup by simply making Deque equal status with List Reviewed-by: darcy
-
- 20 7月, 2010 1 次提交
-
-
由 mullan 提交于
6870553: X509Certificate.getSigAlgName method description uses non-standard algorithm name as example Reviewed-by: xuelei
-
- 16 7月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb, forax, jjb
-
- 13 7月, 2010 1 次提交
-
-
由 chegar 提交于
Reviewed-by: michaelm
-
- 10 7月, 2010 2 次提交
-
-
由 martin 提交于
Summary: Remove (hopefully!) unnecessary check of currentTimeMillis Reviewed-by: dholmes Contributed-by: NJon VanAlten <jon.vanalten@redhat.com>
-
由 malenkov 提交于
Reviewed-by: peterz, rupashka
-
- 08 7月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: mchung
-
- 07 7月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb, malenkov, prr, amenkov
-
- 06 7月, 2010 1 次提交
-
-
由 art 提交于
Reviewed-by: ant, dcherepanov
-
- 01 7月, 2010 10 次提交
-
-
由 alanb 提交于
Reviewed-by: jjb Contributed-by: vladimir.yaroslavskiy@sun.com
-
由 martin 提交于
Reviewed-by: alanb, sherman Contributed-by: NUlf Zibis <ulf.zibis@gmx.de>
-
由 martin 提交于
Summary: Transformations to reduce size of bytecode Reviewed-by: sherman Contributed-by: NBased on an idea by Ulf Zibis <ulf.zibis@gmx.de>
-
由 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>
-
- 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
-
- 23 6月, 2010 1 次提交
-
-
由 dcubed 提交于
Summary: Use ReferenceQueues to manage WeakReferences in LogManager and Logger. Reviewed-by: dholmes, alanb, emcmanus, tonyp Contributed-by: jeremymanson@google.com
-
- 22 6月, 2010 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: peterz
-
- 20 6月, 2010 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: jrose
-
- 17 6月, 2010 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: jrose, forax
-
- 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 次提交
-
-
由 jrose 提交于
Summary: Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType to verifier; put in runtime support upcall. Reviewed-by: twisti
-