- 06 2月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose, kvn
-
- 31 1月, 2009 2 次提交
-
-
由 jmasa 提交于
Summary: The CMS concurrent precleaning and concurrent marking phases should work around classes that are undergoing redefinition. Reviewed-by: ysr, tonyp
-
由 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
-
- 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 1 次提交
-
-
由 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
-
- 22 1月, 2009 1 次提交
-
-
由 phh 提交于
Summary: During argument processing, add alt-rt.jar to the bootclasspath between bootclasspath/p and default elements. Reviewed-by: xlu, coleenp
-
- 17 1月, 2009 1 次提交
-
-
由 tonyp 提交于
Summary: A bunch of performance optimizations to decrease GC pause times in G1. Reviewed-by: apetrusenko, jmasa, iveresov
-
- 15 1月, 2009 1 次提交
-
-
由 coleenp 提交于
Summary: With predefined headers off for gcc, some .inline.hpp files aren't included to make definition visible for inline functions Reviewed-by: jcoomes, xlu
-
- 14 1月, 2009 2 次提交
-
-
由 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
-
- 09 1月, 2009 1 次提交
-
-
由 acorn 提交于
Reviewed-by: phh, xlu
-
- 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
-
- 23 12月, 2008 2 次提交
-
-
由 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: Replaces SharedRuntime::f2i et al with versions that should work Reviewed-by: never Contributed-by: gbenson@redhat.com
-
- 19 12月, 2008 4 次提交
-
-
由 poonam 提交于
6786340: hs14b09a pit: a lot of tests failed in "-server -Xcomp" on solaris-amd64 using fastdebug bits Summary: Fixes the nsk-jdi PIT failures introduced by fix for 6739363 Reviewed-by: kvn, coleenp
-
由 kvn 提交于
Summary: Relax the assert for Sparc. Reviewed-by: never
-
由 jcoomes 提交于
Reviewed-by: jmasa, tonyp
-
由 jcoomes 提交于
Reviewed-by: jmasa, tonyp
-
- 18 12月, 2008 1 次提交
-
-
由 jcoomes 提交于
Summary: remove Universe::_fillerArrayKlassObj and associated code Reviewed-by: jmasa, tonyp
-
- 17 12月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Restore the code which sets a control edge for a klass load node. Reviewed-by: never
-
- 16 12月, 2008 2 次提交
- 13 12月, 2008 3 次提交
- 12 12月, 2008 3 次提交
- 11 12月, 2008 3 次提交
-
-
由 blacklion 提交于
Summary: DTrace probe "contended-exit" should be fired before unparking object, or context could be lost. Probe firing was moved to proper place. Reviewed-by: coleenp, kamg
-
由 ysr 提交于
6736295: SIGSEGV in product jvm, assertion "these are the only valid states during a mark sweep" in fastdebug Summary: Restructured the code in the perm gen allocation retry loop so as to avoid "safepoint-blocking" on locks, in this case the Heap_lock, while holding uninitialized allocated heap storage. Reviewed-by: apetrusenko, iveresov, jcoomes, jmasa, poonam
-
由 coleenp 提交于
Summary: Make reguard_stack change access to RW, not execute and use os::protect_memory with the new parameter when change needed to X. Reviewed-by: acorn, jcoomes
-
- 10 12月, 2008 1 次提交
-
-
由 jrose 提交于
Summary: more and better #line and #define directives in the generated code; ADLC itself accepts #line directives Reviewed-by: never, kvn
-
- 09 12月, 2008 2 次提交
- 05 12月, 2008 1 次提交
-
-
由 poonam 提交于
Summary: Fix adds support for verifying arguments with -Xcheck:jni. Reviewed-by: coleenp
-
- 04 12月, 2008 1 次提交
-
-
由 iveresov 提交于
Summary: In os::Linux::rebuild_cpu_to_node_map() fix the size of the CPU bitmap. Fixed arithmetic in MutableNUMASpace::adaptive_chunk_size() that could cause overflows and underflows of the chunk_size variable. Reviewed-by: apetrusenko
-