- 01 6月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Simplify code, remove unused code, remove ExitAfterGCNum Reviewed-by: huntch, johnc
-
- 31 5月, 2012 1 次提交
-
-
由 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
-
- 26 5月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Removed LOG_G and LOG_K. Moved LOG_M to where it is being used. Reviewed-by: twisti, johnc
-
- 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
-
- 21 5月, 2012 1 次提交
-
-
由 mnunez 提交于
Summary: Added test that checks humongous object allocation path also check the heap occupancy and initiate a marking cycle when / if needed. Reviewed-by: brutisso, jwilhelm
-
- 18 5月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Removed the assert in CompactibleFreeListSpace::check_free_list_consistency() since it was too strict. Simplified CompactibleFreeListSpace::set_cms_values() to reducde the need for asserts. Reviewed-by: jcoomes, stefank
-
- 19 5月, 2012 4 次提交
- 18 5月, 2012 1 次提交
-
-
由 kvn 提交于
-
- 17 5月, 2012 2 次提交
- 15 5月, 2012 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: mgerdin, johnc
-
- 16 5月, 2012 2 次提交
- 15 5月, 2012 3 次提交
- 14 5月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Rename "to-space-overflow" to "to-space-exhausted", Introduce one decimal point in the size format, Add Sum to the aggregate and re-order the entries, Add number of GC workers to the log output Reviewed-by: johnc, jwilhelm
-
- 12 5月, 2012 4 次提交
- 11 5月, 2012 2 次提交
- 10 5月, 2012 5 次提交
- 09 5月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: add missing copyright notes to the regression test file. Reviewed-by: twisti, johnc
-
- 08 5月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: When constructing input vector use type of vector's operation which use it since element's sizes should match. Reviewed-by: never, twisti
-
- 05 5月, 2012 5 次提交
- 03 5月, 2012 2 次提交