- 03 5月, 2012 1 次提交
-
-
由 forax 提交于
Reviewed-by: darcy, alanb
-
- 29 3月, 2012 1 次提交
-
-
由 peytoia 提交于
Reviewed-by: okutsu
-
- 28 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: alanb, dcubed
-
- 15 3月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: dholmes, sla
-
- 09 3月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mcimadamore, jjg
-
- 07 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: NAlan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>
-
- 02 3月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: Ensure that sun.misc.VM.booted() is the last action in System.initSystemClass() Reviewed-by: dholmes, alanb
-
- 29 2月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou
-
- 17 2月, 2012 2 次提交
- 01 2月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: mchung, dholmes
-
- 19 1月, 2012 3 次提交
- 24 1月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 21 1月, 2012 1 次提交
-
-
由 darcy 提交于
4215269: Some Integer.toHexString(int) results cannot be decoded back to an int 6322074: Converting integers to string as if unsigned Reviewed-by: mduigou, emcmanus, flar
-
- 11 1月, 2012 2 次提交
- 10 1月, 2012 2 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou
-
由 darcy 提交于
Reviewed-by: darcy Contributed-by: NMartin Desruisseaux <martin.desruisseaux@geomatys.fr>
-
- 07 1月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: smarks, alanb
-
- 09 12月, 2011 1 次提交
-
-
由 omajid 提交于
Reviewed-by: smarks, dholmes, alanb, darcy
-
- 03 12月, 2011 2 次提交
-
-
由 mchung 提交于
Reviewed-by: mchung Contributed-by: NJon VanAlten <jon.vanalten@redhat.com>
-
由 sherman 提交于
Summary: Fix to ensure singleton property of String.CaseInsensitiveComparator is maintained through de/serialization. Reviewed-by: alanb, forax, smarks, dholmes Contributed-by: darryl.mocek@oracle.com
-
- 30 11月, 2011 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, chegar, smarks
-
- 11 11月, 2011 1 次提交
-
-
由 lancea 提交于
Reviewed-by: alanb, darcy Contributed-by: NMartin Desruisseaux <martin.desruisseaux@geomatys.fr>
-
- 09 11月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: iveresov, alanb, jrose
-
- 02 11月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, never
-
- 01 11月, 2011 1 次提交
-
-
由 ysr 提交于
4268317: (ref) Reference.isEnqueued() can return true when instance not enqueued Summary: The reference handler now declares, and assumes, that the discovered field, rather than the next field, is (to be) used to link the entries in the pending list, thus allowing a reference object to be safely enqueued even while it is in the pending state. Also added slightly modified regression tests from the two bug reports. Reviewed-by: mchung, alanb, jcoomes
-
- 22 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou
-
- 21 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou
-
- 19 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 15 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou
-
- 10 9月, 2011 1 次提交
-
-
由 mbykov 提交于
Reviewed-by: ohair, darcy
-
- 08 9月, 2011 1 次提交
-
-
由 never 提交于
Summary: add CountingMethodHandle Reviewed-by: twisti, jrose
-
- 07 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mcimadamore
-
- 31 8月, 2011 1 次提交
-
-
由 sherman 提交于
Summary: to use new InternalError constructor with cause chainning Reviewed-by: alanb, ksrini, xuelei, neugens Contributed-by: sebastian.sickelmann@gmx.de
-
- 26 8月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 24 8月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou
-
- 23 8月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: darcy Contributed-by: nsebastian.sickelmann@gmx.de
-