- 03 4月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
- 31 3月, 2012 3 次提交
- 30 3月, 2012 3 次提交
- 27 3月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Some minor cleanups Reviewed-by: tonyp, jwilhelm
-
- 26 3月, 2012 2 次提交
- 24 3月, 2012 3 次提交
- 23 3月, 2012 4 次提交
-
-
由 brutisso 提交于
Summary: Make sure that MutableNUMASpace::ensure_parsability() only calls CollectedHeap::fill_with_object() with valid sizes and make sure CollectedHeap::filler_array_max_size() returns a value that can be converted to an int without overflow Reviewed-by: azeemj, jmasa, iveresov
-
由 tonyp 提交于
Summary: Make two G1 cmd line flags available in product builds: G1HeapWastePercent (previously called: G1OldReclaimableThresholdPercent) and G1MixedGCCountTarget (previous called: G1MaxMixedGCNum). Also changed the default of the former from 1% to 5% and the default for G1OldCSetRegionLiveThresholdPercent to 90%. Reviewed-by: azeemj, jwilhelm, johnc
-
由 never 提交于
-
由 katleman 提交于
-
- 21 3月, 2012 2 次提交
-
-
由 jmelvin 提交于
7144328: Improper commandlines for -XX:+-UnlockCommercialFeatures require proper warning/error messages Summary: Provide custom error messages for locked commercial feature options which are not first unlocked. Reviewed-by: dcubed, jcoomes, kamg Contributed-by: james.melvin@oracle.com
-
由 kvn 提交于
Summary: Skip only G1 cases and explicitly set global escape state in unsafe cases. Reviewed-by: never
-
- 19 3月, 2012 1 次提交
-
-
由 erikj 提交于
Reviewed-by: dholmes, ohair
-
- 20 3月, 2012 1 次提交
-
-
由 sla 提交于
Summary: Create well-known file with effective group of the current process Reviewed-by: kamg, dcubed
-
- 18 3月, 2012 1 次提交
-
-
由 dlong 提交于
-
- 17 3月, 2012 6 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 jcoomes 提交于
-
由 jcoomes 提交于
-
由 jmelvin 提交于
Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using contains() method instead of .startsWith(). Reviewed-by: dcubed, phh, ohair, katleman Contributed-by: james.melvin@oracle.com
-
- 16 3月, 2012 2 次提交
- 15 3月, 2012 1 次提交
-
-
由 sspitsyn 提交于
Summary: The JVMTI ResourceExhausted events must be generated in all places where OOME is thrown Reviewed-by: acorn, coleenp, dcubed, dholmes, dsamersoff, jwilhelm, tonyp Contributed-by: serguei.spitsyn@oracle.com
-
- 14 3月, 2012 6 次提交
-
-
由 brutisso 提交于
Summary: Check clean words instead of clean bytes Reviewed-by: jcoomes, jmasa, jwilhelm, ysr Contributed-by: alexey.ragozin@gmail.com
-
由 never 提交于
Reviewed-by: kvn, never Contributed-by: nils.eliasson@oracle.com
-
由 collins 提交于
-
由 brutisso 提交于
Summary: Add destructor to TruncatedSeq and call delete when necessary Reviewed-by: johnc, tonyp
-
由 jiangli 提交于
7109878: The instanceKlass EnclosingMethhod attribute fields can be folded into the _inner_class field. Summary: Fold instanceKlass::_enclosing_method_class_index and instanceKlass::_enclosing_method_method_index into the instanceKlass::_inner_classes array. Reviewed-by: never, coleenp Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
由 never 提交于
Reviewed-by: kvn, never Contributed-by: nils.eliasson@oracle.com
-
- 13 3月, 2012 3 次提交
-
-
由 never 提交于
-
由 never 提交于
Reviewed-by: kvn, never Contributed-by: nils.eliasson@oracle.com
-
由 johnc 提交于
Summary: Attempting to initiate a marking cycle when allocating a humongous object can, if a marking cycle is successfully initiated by another thread, result in the allocating thread spinning until the marking cycle is complete. Eliminate a deadlock between the main ConcurrentMarkThread, the SurrogateLocker thread, the VM thread, and a mutator thread waiting on the SecondaryFreeList_lock (while free regions are going to become available) by not manipulating the pending list lock during the prologue and epilogue of the cleanup pause. Reviewed-by: brutisso, jcoomes, tonyp
-