- 08 3月, 2009 3 次提交
-
-
由 tonyp 提交于
Summary: A few small fixes to remove some inconsistencies in the concurrent mark-related verbose GC output. Reviewed-by: jmasa
-
由 tonyp 提交于
Summary: The length of the fast cset test vector is decided at the beginning of a GC, but more regions can be added during the GC. The simple fix is to set the length of the fast cset test vector to the max. Reviewed-by: iveresov
-
由 tonyp 提交于
Summary: The _expanded flag of the sparse RSets is not reset and this can leave a RSet in an inconsistent state if it is expanded more than once. Also, we should be iterating over the _cur, instead of the _next, sparse table Reviewed-by: apetrusenko, iveresov
-
- 07 3月, 2009 1 次提交
-
-
由 iveresov 提交于
6720334: G1: don't update RSets of collection set regions during an evacuation pause Summary: Introduced a deferred update mechanism for delaying the rset updates during the collection pause Reviewed-by: apetrusenko, tonyp
-
- 03 3月, 2009 1 次提交
-
-
由 ysr 提交于
Summary: Call newly created CollectedHeap::dump_{pre,post}_full_gc before and after every stop-world full collection cycle on GenCollectedHeap and ParallelScavengeHeap. (Support for G1CollectedHeap forthcoming under CR 6810861.) Small modifications to existing heap dumping and class histogram implementation, especially to allow multiple on-the-fly histos/dumps by the VM thread during a single safepoint. Reviewed-by: jmasa, alanb, mchung
-
- 28 2月, 2009 1 次提交
-
-
由 ysr 提交于
-
- 27 2月, 2009 1 次提交
-
-
由 apangin 提交于
-
- 26 2月, 2009 1 次提交
-
-
由 trims 提交于
-
- 25 2月, 2009 4 次提交
-
-
由 jmasa 提交于
-
由 jmasa 提交于
Summary: Workaround the overflow by doing the intermediate calculations in an unsigned variable. Reviewed-by: ysr, jcoomes
-
由 tonyp 提交于
Summary: Under certain circumstances (evacuation failure) the pause time is not communicated to the policy and, as a result, the pause time field is not initialized properly. Reviewed-by: jmasa
-
由 kvn 提交于
-
- 24 2月, 2009 2 次提交
-
-
由 kvn 提交于
Summary: Mark inputs for an address expression as shared if there are other uses besides address expressions. Reviewed-by: never
-
由 twisti 提交于
Summary: There is very much duplicated code in vm_version_x86_{32,64}.{cpp,hpp}. Refactoring these would help maintainability. Reviewed-by: kvn, never
-
- 23 2月, 2009 2 次提交
- 21 2月, 2009 1 次提交
-
-
由 ysr 提交于
-
- 20 2月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Add missing checks for SCMemProj node in Escape analysis code. Reviewed-by: never
-
- 19 2月, 2009 4 次提交
-
-
由 ikrylov 提交于
Summary: Define HOTSPOT_LIB_ARCH in the preprocessor flags of the generated projects Reviewed-by: kamg, xlu
-
由 trims 提交于
Summary: Update the HS15 Build number to 02 Reviewed-by: jcoomes
-
由 trims 提交于
-
由 kvn 提交于
Summary: Add checks for DecodeN nodes into AutoBox elimination code. Reviewed-by: never
-
- 18 2月, 2009 2 次提交
- 17 2月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: There are two typos in andL_rReg_imm instructions in x86_64.ad. Reviewed-by: kvn
-
- 16 2月, 2009 2 次提交
- 14 2月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: This patch adds a comment pointing to the Hacker's Delight version of the algorithm plus a verbatim copy of it. Furthermore it adds inline comments. Reviewed-by: kvn, jrose
-
- 13 2月, 2009 1 次提交
-
-
由 xdono 提交于
-
- 11 2月, 2009 1 次提交
-
-
由 trims 提交于
-
- 10 2月, 2009 3 次提交
-
-
由 apetrusenko 提交于
Reviewed-by: tonyp
-
由 jcoomes 提交于
-
由 ysr 提交于
Summary: replaced localtime() with localtime_r() on Solaris and Linux. Reviewed-by: apetrusenko, dholmes, jmasa
-
- 09 2月, 2009 2 次提交
-
-
由 apetrusenko 提交于
6802413: G1: G1FixedSurvivorSpaceSize should be converted into regions in calculate_survivors_policy() Reviewed-by: tonyp, jmasa
-
由 jmasa 提交于
Summary: Substitute a spin loop for most calls to yield() to reduce the stress on the system. Reviewed-by: tonyp
-
- 07 2月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Move the CreateEx up before each round of IFG construction Reviewed-by: never, phh
-
- 06 2月, 2009 4 次提交
-
-
由 xdono 提交于
-
由 kvn 提交于
Summary: Use merged memory state for an allocation's slow path. Reviewed-by: never
-
由 apetrusenko 提交于
6797754: G1: combined bugfix Summary: Implemented a policy to control G1 survivor space parameters. Reviewed-by: tonyp, iveresov
-
由 kvn 提交于
Summary: Add new product flag -XX:+IgnoreUnrecognizedVMOptions Reviewed-by: ysr, xlu
-