- 18 8月, 2010 1 次提交
-
-
由 asaha 提交于
Reviewed-by: wrockett
-
- 19 8月, 2010 1 次提交
-
-
由 trims 提交于
-
- 18 8月, 2010 1 次提交
-
-
由 trims 提交于
-
- 14 8月, 2010 4 次提交
- 13 8月, 2010 1 次提交
-
-
由 dcubed 提交于
-
- 12 8月, 2010 2 次提交
- 11 8月, 2010 5 次提交
-
-
由 twisti 提交于
Summary: Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure. Reviewed-by: kvn, twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 twisti 提交于
Summary: This CR implements the same for C1 as 6926782 for C2. Reviewed-by: never
-
由 rasbold 提交于
Summary: Print a more detailed error message for agent library load failure. Reviewed-by: jcoomes, never, ohair, coleenp Contributed-by: jeremymanson@google.com
-
由 ysr 提交于
6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging Summary: volatile store to static variable removed in favour of a volatile store to stack to avoid excessive cache coherency traffic; verified that the volatile store is not elided by any of our current compilers. Reviewed-by: dholmes, dice, jcoomes, kvn
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
- 10 8月, 2010 3 次提交
- 09 8月, 2010 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: tonyp, ysr
-
- 07 8月, 2010 3 次提交
-
-
由 cl 提交于
-
由 kvn 提交于
Summary: Tell C++ to not inline so much by using flag -xspace. Reviewed-by: ysr
-
由 johnc 提交于
6930581: G1: assert(ParallelGCThreads > 1 || n_yielded() == _hrrs->occupied(),"Should have yielded all the .. Summary: During RSet updating, when ParallelGCThreads is zero, references that point into the collection set are added directly the referenced region's RSet. This can cause the sparse table in the RSet to expand. RSet scanning and the "occupied" routine will then operate on different instances of the sparse table causing the assert to trip. This may also cause some cards added post expansion to be missed during RSet scanning. When ParallelGCThreads is non-zero such references are recorded on the "references to be scanned" queue and the card containing the reference is recorded in a dirty card queue for use in the event of an evacuation failure. Employ the parallel code in the serial case to avoid expanding the RSets of regions in the collection set. Reviewed-by: iveresov, ysr, tonyp
-
- 05 8月, 2010 3 次提交
-
-
由 trims 提交于
-
由 kvn 提交于
Summary: Add address table size to constant section size. Reviewed-by: never
-
由 tonyp 提交于
Summary: As part of 6944166 we disabled the concept of abandoned pauses (i.e., if the collection set is empty, we would still try to do a pause even if it is to update the RSets and scan the roots). This changeset removes the code and structures associated with abandoned pauses. Reviewed-by: iveresov, johnc
-
- 04 8月, 2010 2 次提交
- 03 8月, 2010 1 次提交
-
-
由 bobv 提交于
Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
-
- 31 7月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: set Z = 0 (not equal) before repne_scan() to indicate that class was not found when RCX == 0. Reviewed-by: never, phh
-
- 30 7月, 2010 3 次提交
- 29 7月, 2010 2 次提交
- 27 7月, 2010 1 次提交
-
-
由 never 提交于
-
- 25 7月, 2010 1 次提交
-
-
由 apangin 提交于
-
- 24 7月, 2010 4 次提交