- 07 10月, 2009 2 次提交
- 06 10月, 2009 1 次提交
-
-
由 tonyp 提交于
Summary: When we copy objects to survivors during marking, we incorrectly set NTAMS to bottom, which causes marking to miss visiting some of those objects. Reviewed-by: apetrusenko, iveresov
-
- 03 10月, 2009 2 次提交
-
-
由 tonyp 提交于
Summary: It tidies up the G1 heap verification a bit. In particular, when the verification is done in parallel and there is a failure, this is propagated to the top level and the heap is dumped at the end, not by every thread that encounters a failure. Reviewed-by: johnc, jmasa
-
由 tonyp 提交于
Summary: When G1 is enabled, thread dumps are inconsistent as the info for some of the G1 threads is not formatted properly. Reviewed-by: ysr, johnc
-
- 05 10月, 2009 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: iveresov
-
- 03 10月, 2009 1 次提交
-
-
由 tonyp 提交于
-
- 02 10月, 2009 1 次提交
-
-
由 johnc 提交于
Summary: Modify operand passed to C1 pre-barrier to be the operand representing the address of the object field that is being stored. Reviewed-by: never
-
- 01 10月, 2009 1 次提交
-
-
由 jrose 提交于
-
- 29 9月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: Add IgnoreUnrecognizedVMOptions for JTreg tests (on a product build) to pass with DeoptimizeALot Reviewed-by: kvn
-
- 26 9月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Avoid ideal transformation ping-pong between AddPNode::Ideal() and CastX2PNode::Ideal(). Reviewed-by: cfang
-
- 25 9月, 2009 1 次提交
-
-
由 apetrusenko 提交于
-
- 24 9月, 2009 3 次提交
- 23 9月, 2009 1 次提交
-
-
由 dcubed 提交于
Summary: remove over locking by VMThread on "is thread suspended?" check Reviewed-by: dholmes, acorn, andrew
-
- 22 9月, 2009 1 次提交
-
-
由 acorn 提交于
-
- 21 9月, 2009 1 次提交
-
-
由 dcubed 提交于
Summary: Fix races in jmethodID cache and JNI itable index cache. Reviewed-by: ikrylov, acorn
-
- 19 9月, 2009 2 次提交
- 18 9月, 2009 1 次提交
-
-
由 apetrusenko 提交于
-
- 17 9月, 2009 2 次提交
- 16 9月, 2009 7 次提交
-
-
由 acorn 提交于
-
由 jrose 提交于
-
由 jrose 提交于
Summary: Make a special root-list for those few nmethods which might contain non-perm oops. Reviewed-by: twisti, kvn, never, jmasa, ysr
-
由 kvn 提交于
Summary: Do nothing for AddP node which has type not related to the type of allocated object. Reviewed-by: never
-
由 ysr 提交于
Summary: Druing heap shrinking, check for emptiness of a region before modifying its ZF status. Reviewed-by: tonyp
-
由 acorn 提交于
-
由 cfang 提交于
Summary: filter out non-primitives before deciding whether two ops can be packed Reviewed-by: kvn, never
-
- 15 9月, 2009 3 次提交
-
-
由 kvn 提交于
6875866: Intrinsic for String.indexOf() is broken on x86 with SSE4.2 Summary: Modify String intrinsic methods to pass char[] pointers instead of string oops. Reviewed-by: never
-
由 kvn 提交于
-
由 cfang 提交于
6877254: Server vm crashes with no branches off of store slice" when run with CMS and UseSuperWord(default) Summary: design StoreCMNode::Ideal to promote its oopStore input if the input is a MergeMem node Reviewed-by: kvn, never
-
- 12 9月, 2009 1 次提交
-
-
由 andrew 提交于
Summary: The build fails if the bootstrap JDK defaults to <1.5 Reviewed-by: jcoomes
-
- 11 9月, 2009 3 次提交
-
-
由 kvn 提交于
Summary: Removed second CheckCastPP and use MembarCPUOrder after arraycopy to cloned object. Reviewed-by: never
-
由 ysr 提交于
Summary: Fix CDS/CMS option overrides related to iCMS option CMSIncrementalMode; explicate overrides to error stream. Reviewed-by: coleenp
-
由 kvn 提交于
Summary: Look through chained AddP nodes in get_addp_base(). Reviewed-by: jrose
-
- 10 9月, 2009 2 次提交
- 09 9月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Check that a klass is not NULL before the is_loaded() call. Reviewed-by: never
-