- 05 2月, 2009 1 次提交
-
-
由 ysr 提交于
-
- 31 1月, 2009 3 次提交
-
-
由 jmasa 提交于
Summary: The CMS concurrent precleaning and concurrent marking phases should work around classes that are undergoing redefinition. Reviewed-by: ysr, tonyp
-
由 trims 提交于
-
由 ysr 提交于
Summary: Increased the default and maximum size of the CMS marking stack and the size of the parallel workers' work queues in 64-bit mode. The latter was accomplished by an increase in the width of the Taskqueue's Age struct and its Tag field in 64-bit mode. Reviewed-by: jmasa, tonyp
-
- 30 1月, 2009 2 次提交
- 28 1月, 2009 1 次提交
-
-
由 iveresov 提交于
Summary: Moved pretouching to MutableSpace. Also MutableSpace now turns on page interleaving for the region it covers. Reviewed-by: jmasa, jcoomes
-
- 27 1月, 2009 2 次提交
-
-
由 ysr 提交于
Summary: Avoid overflow list walk in CMS & ParNew when it is unnecessary. Fix a couple of correctness issues, including a C-heap leak, in ParNew at the intersection of promotion failure, work queue overflow and object array chunking. Add stress testing option and related assertion checking. Reviewed-by: jmasa
-
由 xlu 提交于
Summary: Use NULL_WORD in the places where intptr_t is expected due to incompatible types between intptr_t & int32_t Reviewed-by: phh, coleenp, never
-
- 23 1月, 2009 2 次提交
- 22 1月, 2009 2 次提交
- 17 1月, 2009 1 次提交
-
-
由 tonyp 提交于
Summary: A bunch of performance optimizations to decrease GC pause times in G1. Reviewed-by: apetrusenko, jmasa, iveresov
-
- 16 1月, 2009 3 次提交
- 15 1月, 2009 3 次提交
- 14 1月, 2009 5 次提交
-
-
由 xlu 提交于
Summary: Fixed the stack misalignment when generate_native_wrapper is called. Reviewed-by: never, kamg, kvn, phh
-
由 xlu 提交于
-
由 xlu 提交于
-
由 xlu 提交于
6791815: Fix for 6471657 can cause deadlock on non-Solaris platforms when initializing direct buffer support Summary: Place the state transition inside the loop so that the VMThread could proceed for safepoint Reviewed-by: dholmes, never, acorn
-
由 coleenp 提交于
Summary: Fix compilation errors from latest gcc in CC_INTERP including offending missing void* cast. Reviewed-by: xlu
-
- 12 1月, 2009 1 次提交
-
-
由 jmasa 提交于
Summary: The CMS concurrent precleaning and concurrent marking phases should work around classes that are undergoing redefinition. Reviewed-by: ysr, dcubed
-
- 10 1月, 2009 1 次提交
-
-
由 coleenp 提交于
-
- 09 1月, 2009 1 次提交
-
-
由 acorn 提交于
Reviewed-by: phh, xlu
-
- 07 1月, 2009 1 次提交
-
-
由 never 提交于
-
- 06 1月, 2009 2 次提交
- 25 12月, 2008 2 次提交
-
-
由 xlu 提交于
Summary: Fixed the wrong cast between types since more restrictions are imposed by gcc 4.3.2 Reviewed-by: jcoomes, acorn, phh, never
-
由 xlu 提交于
6787106: Hotspot 32 bit build fails on platforms having different definitions for intptr_t & int32_t Summary: Avoid casting between int32_t and intptr_t specifically for MasmAssembler::movptr in 32 bit platforms. Reviewed-by: jrose, kvn
-
- 24 12月, 2008 1 次提交
-
-
由 trims 提交于
Summary: fork Hotspot 15 - redo verisoning numbers Reviewed-by: jcoomes
-
- 23 12月, 2008 3 次提交
-
-
由 coleenp 提交于
Summary: Using UseOSErrorReporting will provide both an hs_err file and a crash dump or debug launch and works better. Reviewed-by: xlu, acorn, poonam
-
由 kvn 提交于
Summary: Fixes 64-bits libraries directory search paths. Reviewed-by: never Contributed-by: langel@redhat.com
-
由 kvn 提交于
Summary: Replaces SharedRuntime::f2i et al with versions that should work Reviewed-by: never Contributed-by: gbenson@redhat.com
-
- 21 12月, 2008 3 次提交