- 12 6月, 2012 4 次提交
- 11 6月, 2012 1 次提交
-
-
由 kvn 提交于
-
- 09 6月, 2012 1 次提交
-
-
由 jcoomes 提交于
-
- 07 6月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 05 6月, 2012 1 次提交
-
-
由 roland 提交于
Summary: Class.cast which calls Class.isInstance is heavily used by the new JSR 292 implementation Reviewed-by: roland Contributed-by: NKrystal Mok <rednaxelafx@gmail.com>
-
- 04 6月, 2012 2 次提交
- 06 6月, 2012 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: azeemj, jmasa
-
- 04 6月, 2012 1 次提交
-
-
由 mgerdin 提交于
Summary: Add "using" keyword to import base class functions from FreeList<T> to fix template name lookup in gcc 4.7 Reviewed-by: brutisso, iveresov
-
- 02 6月, 2012 8 次提交
- 01 6月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Simplify code, remove unused code, remove ExitAfterGCNum Reviewed-by: huntch, johnc
-
- 31 5月, 2012 3 次提交
-
-
由 dholmes 提交于
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NKrystal Mok <sajia@taobao.com>
-
由 johnc 提交于
Summary: Place HandleMarks in the code that allocates handles for the pending list lock so that the handles are freed and multiple, unsuccessful, attempts to schedule a GC do not cause an OOM. Reviewed-by: brutisso
-
- 30 5月, 2012 1 次提交
-
-
由 zgu 提交于
-
- 26 5月, 2012 6 次提交
- 30 5月, 2012 1 次提交
-
-
由 johnc 提交于
Summary: Before the last thread to leave a JNI critical region was able to schedule a GCLocker Initiated GC, another thread was attempting an allocation and saw that the GCLocker region was no longer active and successfully scheduled a GC. Stall allocating threads until the GCLocker Initiated GC is performed and then retry the allocation. Reviewed-by: brutisso, huntch
-
- 26 5月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, roland
-
- 25 5月, 2012 6 次提交
-
-
由 kvn 提交于
Summary: optimize this code pattern obj.getClass() == A.class. Reviewed-by: jrose, kvn Contributed-by: NKrystal Mok <sajia@taobao.com>
-
由 kvn 提交于
-
由 zgu 提交于
-
由 katleman 提交于
-
由 dcubed 提交于
-
由 dcubed 提交于
Summary: Work around 'gobjcopy' failure on Solaris X64 by adding a temporary tool that removes the SHF_ALLOC flag from "empty" section headers. Reviewed-by: sspitsyn, acorn
-
- 24 5月, 2012 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: dholmes, sla
-