- 30 3月, 2012 1 次提交
-
-
由 jmasa 提交于
Summary: Make the FreeChunk, FreeList, TreeList, and BinaryTreeDictionary classes usable outside CMS. Reviewed-by: brutisso, johnc, jwilhelm Contributed-by: coleen.phillimore@oracle.com
-
- 21 4月, 2012 4 次提交
- 20 4月, 2012 1 次提交
-
-
由 katleman 提交于
-
- 19 4月, 2012 1 次提交
-
-
由 tonyp 提交于
Summary: Cleanup of the CSet chooser class: standardize on uints for region num and indexes (instead of int, jint, etc.), make the method / field naming style more consistent, remove a lot of dead code. Reviewed-by: johnc, brutisso
-
- 18 4月, 2012 1 次提交
-
-
由 tonyp 提交于
Summary: Change the type of fields / variables / etc. that represent region counts and indeces from size_t to uint. Reviewed-by: iveresov, brutisso, jmasa, jwilhelm
-
- 13 4月, 2012 1 次提交
-
-
由 katleman 提交于
-
- 11 4月, 2012 1 次提交
-
-
由 stefank 提交于
Summary: use load_decode_heap_oop instead of load_decode_heap_oop_not_null Reviewed-by: tonyp, brutisso
-
- 16 4月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: removed oop_verify_old_oop and allow_dirty. Also reviewed by: alexlamsl@gmail.com Reviewed-by: jmasa, jwilhelm
-
- 13 4月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Added log levels "fine", "finer" and "finest". Let PrintGC map to "fine" and PrintGCDetails map to "finer". Separated out the per worker information in the G1 logging to the "finest" level. Reviewed-by: stefank, jwilhelm, tonyp, johnc
-
- 08 4月, 2012 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 07 4月, 2012 3 次提交
- 06 4月, 2012 3 次提交
- 03 4月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
- 02 4月, 2012 1 次提交
-
-
由 acorn 提交于
-
- 31 3月, 2012 3 次提交
- 30 3月, 2012 3 次提交
- 29 3月, 2012 2 次提交
- 28 3月, 2012 1 次提交
-
-
由 acorn 提交于
-
- 27 3月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Some minor cleanups Reviewed-by: tonyp, jwilhelm
-
- 26 3月, 2012 2 次提交
- 24 3月, 2012 3 次提交
- 23 3月, 2012 4 次提交
-
-
由 coleenp 提交于
Summary: Move symbol allocation to an arena so NMT doesn't have to track them at startup. Reviewed-by: never, kamg, zgu
-
由 brutisso 提交于
Summary: Make sure that MutableNUMASpace::ensure_parsability() only calls CollectedHeap::fill_with_object() with valid sizes and make sure CollectedHeap::filler_array_max_size() returns a value that can be converted to an int without overflow Reviewed-by: azeemj, jmasa, iveresov
-
由 tonyp 提交于
Summary: Make two G1 cmd line flags available in product builds: G1HeapWastePercent (previously called: G1OldReclaimableThresholdPercent) and G1MixedGCCountTarget (previous called: G1MaxMixedGCNum). Also changed the default of the former from 1% to 5% and the default for G1OldCSetRegionLiveThresholdPercent to 90%. Reviewed-by: azeemj, jwilhelm, johnc
-
由 never 提交于
-