- 19 2月, 2011 1 次提交
-
-
由 cl 提交于
-
- 17 2月, 2011 1 次提交
-
-
由 kamg 提交于
Summary: see synopsis Reviewed-by: acorn, coleenp
-
- 12 2月, 2011 3 次提交
- 11 2月, 2011 2 次提交
- 10 2月, 2011 1 次提交
-
-
由 ctornqvi 提交于
Summary: Looking at API_VERSION_NUMBER define to see what version of dbghelp.h/imagehlp.h is included to determine what MINIDUMP_TYPEs are defined in the header file Reviewed-by: acorn, brutisso, sla
-
- 09 2月, 2011 5 次提交
-
-
由 ctornqvi 提交于
Summary: Added Minidump support on Windows, enabled large page core dumps when coredump_filter is present and writing out path/rlimit for core dumps. Reviewed-by: poonam, dsamersoff, sla, coleenp
-
由 mchung 提交于
-
由 coleenp 提交于
-
由 kamg 提交于
Summary: Add support for distribution-specific error reporting Reviewed-by: coleenp, phh, jcoomes, ohair
-
由 mchung 提交于
Reviewed-by: alanb, dcubed, coleenp
-
- 08 2月, 2011 2 次提交
- 05 2月, 2011 1 次提交
-
-
由 trims 提交于
-
- 04 2月, 2011 5 次提交
- 03 2月, 2011 5 次提交
-
-
由 coleenp 提交于
Summary: Write method signature handler under lock to prevent race with growable array resizing Reviewed-by: dsamersoff, dholmes
-
由 kamg 提交于
6766644: Redefinition of compiled method fails with assertion "Can not load classes with the Compiler thread" Summary: Defer posting events from the compiler thread: use service thread Reviewed-by: coleenp, dholmes, never, dcubed
-
由 johnc 提交于
7007446: G1: expand the heap with a single step, not one region at a time Summary: Changed G1CollectedHeap::expand() to expand the committed space by calling VirtualSpace::expand_by() once rather than for every region in the expansion amount. This allows the success or failure of the expansion to be determined before creating any heap regions. Introduced a develop flag G1ExitOnExpansionFailure (false by default) that, when true, will exit the VM if the expansion of the committed space fails. Finally G1CollectedHeap::expand() returns a status back to it's caller so that the caller knows whether to attempt the allocation. Reviewed-by: brutisso, tonyp
-
由 bobv 提交于
-
由 bobv 提交于
Reviewed-by: dholmes, bdelsart
-
- 02 2月, 2011 2 次提交
- 01 2月, 2011 1 次提交
-
-
由 brutisso 提交于
Summary: The reference handler java thread and the GC could dead lock Reviewed-by: never, johnc, jcoomes
-
- 02 2月, 2011 1 次提交
-
-
由 ysr 提交于
Summary: Fix calculation of _desired, in free list statistics, which was missing an intended set of parentheses. Reviewed-by: poonam, jmasa
-
- 01 2月, 2011 1 次提交
-
-
由 tonyp 提交于
Summary: There's a potential deadlock between the concurrent cleanup thread and the GC workers that are trying to allocate and waiting for more free regions to be made available. Reviewed-by: iveresov, jcoomes
-
- 28 1月, 2011 5 次提交
- 27 1月, 2011 2 次提交
- 26 1月, 2011 2 次提交
-
-
由 trims 提交于
Summary: Update the Major and Build numbers for HS21 Reviewed-by: jcoomes
-
由 tonyp 提交于
Summary: A race between the concurrent cleanup thread and the VM thread while it is processing the "expanded sparse table list" causes both threads to try to free the same sparse table entry and either causes one of the threads to fail or leaves the entry in an inconsistent state. The solution is purge all entries on the expanded list that correspond go regions that are being cleaned up. Reviewed-by: brutisso, johnc
-