- 17 3月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Allow Hotspot builds with latest Windows SDK 6.1 on 64bit Windows 2003 Reviewed-by: ohair, tbell, jcoomes
-
- 14 3月, 2009 2 次提交
- 13 3月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Use zero based compressed oops if java heap is below 32gb and unscaled compressed oops if java heap is below 4gb. Reviewed-by: never, twisti, jcoomes, coleenp
-
- 12 3月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: A similar function to getisax(2) should be used to determine all possible instruction set extensions. Reviewed-by: never, kvn
-
- 09 3月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher. Reviewed-by: never, kvn
-
- 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 2 次提交
-
-
由 jrose 提交于
Summary: Code in vtableStubs and templateTable moved into MacroAssembler. Reviewed-by: kvn
-
由 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
-
- 05 3月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: minor assembler enhancements preparing for method handles Reviewed-by: kvn
-
- 04 3月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Set MIN_BLOCK_FREQUENCY block's frequency when calculated block's frequency is NaN Reviewed-by: never
-
- 03 3月, 2009 5 次提交
-
-
由 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
-
由 dcubed 提交于
Summary: Change JvmtiEnvBase::is_valid() and JvmtiRawMonitor::is_valid() to fetch the _magic fields via Bytes::get_native_u[248](). Reviewed-by: coleenp, swamyv
-
由 dcubed 提交于
Summary: Remove incorrect optimization in klassItable::adjust_method_entries(). Add RedefineClasses() tracing support for obsolete method entry. Reviewed-by: acorn, swamyv
-
由 dcubed 提交于
Summary: Check for NULL return values from jvmti_thread_state() and state_for() and return a JVM TI error code as appropriate. Reviewed-by: coleenp, swamyv
-
由 dcubed 提交于
6700114: 3/4 Assertion (_thread->get_interp_only_mode() == 1,"leaving interp only when mode not one") Summary: Don't create JvmtiThreadState for an exiting JavaThread. Reviewed-by: coleenp, swamyv
-
- 02 3月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, phh, twisti
-
- 28 2月, 2009 2 次提交
- 27 2月, 2009 3 次提交
- 26 2月, 2009 2 次提交
- 25 2月, 2009 2 次提交
-
-
由 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
-
- 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
-
- 20 2月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Add missing checks for SCMemProj node in Escape analysis code. Reviewed-by: never
-
- 19 2月, 2009 2 次提交
- 18 2月, 2009 1 次提交
-
-
由 jmasa 提交于
Summary: Two assertions were incorrectly composed. Reviewed-by: tonyp
-
- 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 1 次提交
-
-
由 twisti 提交于
6805724: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant. Summary: C2, ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant. Reviewed-by: rasbold
-
- 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
-
- 10 2月, 2009 2 次提交
-
-
由 apetrusenko 提交于
Reviewed-by: tonyp
-
由 ysr 提交于
Summary: replaced localtime() with localtime_r() on Solaris and Linux. Reviewed-by: apetrusenko, dholmes, jmasa
-
- 09 2月, 2009 1 次提交
-
-
由 apetrusenko 提交于
6802413: G1: G1FixedSurvivorSpaceSize should be converted into regions in calculate_survivors_policy() Reviewed-by: tonyp, jmasa
-