- 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
-
- 26 9月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Avoid ideal transformation ping-pong between AddPNode::Ideal() and CastX2PNode::Ideal(). Reviewed-by: cfang
-
- 24 9月, 2009 2 次提交
- 23 9月, 2009 1 次提交
-
-
由 dcubed 提交于
Summary: remove over locking by VMThread on "is thread suspended?" check Reviewed-by: dholmes, acorn, andrew
-
- 21 9月, 2009 1 次提交
-
-
由 dcubed 提交于
Summary: Fix races in jmethodID cache and JNI itable index cache. Reviewed-by: ikrylov, acorn
-
- 19 9月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Add missing instance_id meet. Reviewed-by: never
-
- 17 9月, 2009 2 次提交
- 16 9月, 2009 4 次提交
-
-
由 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
-
由 cfang 提交于
Summary: filter out non-primitives before deciding whether two ops can be packed Reviewed-by: kvn, never
-
- 15 9月, 2009 2 次提交
-
-
由 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
-
由 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
-
- 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
-
- 09 9月, 2009 2 次提交
- 08 9月, 2009 1 次提交
-
-
由 andrew 提交于
Summary: Store the return value of fwrite and check it matches the size of the array. Reviewed-by: twisti, dholmes
-
- 05 9月, 2009 1 次提交
-
-
由 acorn 提交于
Reviewed-by: kamg, phh
-
- 01 9月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 31 8月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: schedule the superword loads based on dependence constraints Reviewed-by: kvn, never
-
- 29 8月, 2009 2 次提交
- 27 8月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: ldc seems to load an empty String and that leads to an assert on offset < length, which are both zero. Reviewed-by: kvn, never
-
- 25 8月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: enable compressed oops by default Reviewed-by: never, ysr
-
- 21 8月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: use PcDesc to keep record of the reexecute bit instead of using DebugInfoStreams Reviewed-by: kvn, never, twisti
-
- 20 8月, 2009 2 次提交
- 18 8月, 2009 2 次提交
- 15 8月, 2009 3 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
由 apetrusenko 提交于
Reviewed-by: jcoomes, tonyp
-
由 kvn 提交于
Summary: Replace the assert with narrow_oop_shift set to 0. Reviewed-by: never, jcoomes
-