- 11 12月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: add another ResourceObj debug field to distinguish garbage Reviewed-by: dholmes, coleenp
-
- 09 12月, 2010 1 次提交
-
-
由 iveresov 提交于
-
- 08 12月, 2010 3 次提交
-
-
由 kevinw 提交于
Summary: ifdef definitions for PTRACE_GETREGS_REQ clarified Reviewed-by: dholmes
-
由 iveresov 提交于
Summary: Implementation of the CAS primitive for x64 compressed oops was incorrect. It kills rscratch2 register (r11), which is allocatable in C1. Also, we don't need to restore cmpval as it's never used after that, so we need only one temporary register, which can be scratch1. Reviewed-by: kvn, never
-
由 kvn 提交于
7004925: CTW: assert(nbits == 32 || -(1 << nbits-1) <= x && x < ( 1 << nbits-1)) failed: value out of range Summary: Set offset in register if it does not fit 13 bits. Reviewed-by: iveresov
-
- 07 12月, 2010 3 次提交
- 04 12月, 2010 3 次提交
- 03 12月, 2010 4 次提交
-
-
由 twisti 提交于
Summary: The test of 6991596 fails on SPARCV9. Reviewed-by: kvn, never, jrose
-
由 twisti 提交于
Summary: oops should be loaded from the constant table of an nmethod instead of materializing them with a long code sequence. Reviewed-by: never, kvn
-
由 iveresov 提交于
Summary: C1 with profiling doesn't check whether the MDO has been really allocated, which can silently fail if the perm gen is full. The solution is to check if the allocation failed and bailout out of inlining or compilation. Reviewed-by: kvn, never
-
由 tonyp 提交于
Summary: Wrong assumption about expecting the current alloc region expected to be NULL in expand_and_allocate(). Reviewed-by: brutisso, ysr
-
- 02 12月, 2010 1 次提交
-
-
由 sla 提交于
Summary: Add new development launcher called hotspot(.exe) Reviewed-by: coleenp
-
- 03 12月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Reverted to old sort order on Linux and Solaris. Reviewed-by: tonyp, coleenp
-
- 02 12月, 2010 4 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, never
-
由 johnc 提交于
Summary: Enable reference discovery during concurrent marking by setting the reference processor field of the concurrent marking closure. Keep reference objects on the discovered reference lists alive during incremental evacuation pauses until they are processed at the end of concurrent marking. Reviewed-by: ysr, tonyp
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 01 12月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Added an ifndef DONT_USE_PRECOMPILED_HEADER to precompiled.hpp. Set up DONT_USE_PRECOMPILED_HEADER when compiling with Sun Studio or when the user specifies USE_PRECOMPILED_HEADER=0. Fixed broken include dependencies. Reviewed-by: coleenp, kvn
-
- 03 12月, 2010 1 次提交
-
-
由 bobv 提交于
Summary: gcc bug worksaround for IA64 no longer needed Reviewed-by: andrew
-
- 02 12月, 2010 2 次提交
- 01 12月, 2010 6 次提交
-
-
由 brutisso 提交于
Summary: Added target architecture parameters to make ADLC build properly Reviewed-by: never, stefank
-
由 iveresov 提交于
-
由 iveresov 提交于
Summary: This change implements compressed oops for C1 for x64 and sparc. The changes are mostly on the codegen level, with a few exceptions when we do access things outside of the heap that are uncompressed from the IR. Compressed oops are now also enabled with tiered. Reviewed-by: twisti, kvn, never, phh
-
由 ohair 提交于
-
由 ohair 提交于
Reviewed-by: jcoomes, dholmes, andrew, kvn
-
由 twisti 提交于
Summary: Because of the removal of language support, the JDK 7 API for JSR 292 no longer includes a public class named java/dyn/InvokeDynamic. Reviewed-by: jrose, kvn
-
- 30 11月, 2010 1 次提交
-
-
由 coleenp 提交于
Summary: Using r12 as temporary register around call_VM trashes heapbase becausecall_VM doesn't always return immediately to following code (eg forward_exception, popframe and early return support). Reviewed-by: never, kvn
-
- 24 11月, 2010 2 次提交
- 23 11月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: 6970683 and 6953144 introduced changes that need to be implemented for Zero and Shark. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 20 11月, 2010 3 次提交
- 19 11月, 2010 2 次提交