- 19 7月, 2012 1 次提交
-
-
由 zgu 提交于
Summary: 1) Fixed MemTrackWorker::generations_in_used() calculation 2) Ensured NMT not to leak memory recorders after shutdown 3) Used ThreadCritical to block safepoint safe threads Reviewed-by: acorn, coleenp, dholmes, kvn
-
- 17 7月, 2012 4 次提交
-
-
由 kvn 提交于
Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions Reviewed-by: twisti
-
由 twisti 提交于
Reviewed-by: kvn, never
-
由 zgu 提交于
Summary: Changed _query_lock to heap object from static object. Also fixed _query_lock and snapshot lock ranks, so they can participate deadlock detection. Reviewed-by: coleenp, dholmes, kvn
-
由 zgu 提交于
Summary: Assertion on stack base is not necessary Reviewed-by: coleenp, dholmes, kvn
-
- 14 7月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Don't eliminate Integer::toString() call node during String concatenation optimization if it has several uses. Reviewed-by: twisti
-
- 12 7月, 2012 3 次提交
-
-
由 jrose 提交于
Summary: Add annotation extraction code to class file parser. Reviewed-by: twisti, jrose, kvn Contributed-by: michael.haupt@oracle.com
-
由 kvn 提交于
Summary: Use uncast node equivalence checks in CmpUNode::sub. Reviewed-by: kvn, twisti Contributed-by: vladimir.x.ivanov@oracle.com
-
由 brutisso 提交于
Summary: Also reviewed by: vitalyd@gmail.com. Move the timing out of G1CollectorPolicy into the G1GCPhaseTimes class Reviewed-by: johnc
-
- 09 7月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: sspitsyn, dholmes, coleenp, kamg
-
- 06 7月, 2012 1 次提交
-
-
由 jiangli 提交于
Summary: Need to copy the inlined exception table to the new constMethodOop during method rewriting. Reviewed-by: coleenp, dholmes
-
- 05 7月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Made new_hash() overloaded rather than a virtual function so SA code doesn't need to be changed. Reviewed-by: kvn, acorn, dholmes, fparain
-
- 04 7月, 2012 1 次提交
-
-
由 mikael 提交于
Summary: Updated core path location to reflect macosx default Reviewed-by: dholmes, kamg
-
- 03 7月, 2012 2 次提交
-
-
由 dholmes 提交于
Summary: change hotspot flag to be unsigned Reviewed-by: dholmes, sla, fparain, brutisso Contributed-by: NChris Dennis <cdennis@terracottatech.com>
-
由 kvn 提交于
Summary: Use class exactness as part of the condition for class compare optimization instead of assert. Reviewed-by: twisti, roland
-
- 02 7月, 2012 2 次提交
- 29 6月, 2012 1 次提交
-
-
由 zgu 提交于
7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
-
- 28 6月, 2012 1 次提交
-
-
由 sla 提交于
Reviewed-by: coleenp, mgronlun, rbackman
-
- 27 6月, 2012 2 次提交
- 26 6月, 2012 2 次提交
-
-
由 coleenp 提交于
Summary: Cannot delete _buckets and HashtableEntries in shared space (CDS) Reviewed-by: acorn, kvn, dlong, dcubed, kamg
-
由 johnc 提交于
Summary: Remove the per-thread expansion tables (PosParPRT) and associated expansion and compaction from the fine grain RSet entries. This code has been unused for a while. Reviewed-by: johnc, brutisso Contributed-by: NThomas Schatzl <thomas.schatzl@jku.at>
-
- 25 6月, 2012 1 次提交
-
-
由 sla 提交于
Summary: Missing cast caused integer overflow Reviewed-by: rbackman, dholmes
-
- 23 6月, 2012 2 次提交
-
-
由 jiangli 提交于
Summary: In fieldDescriptor::generic_signature() returns NULL immediately if the field has no generic signature. Reviewed-by: dholmes, coleenp, jcoomes
-
由 kvn 提交于
Summary: When looking for the same value in an other register check that all parts of that register has the same value. Reviewed-by: johnc, twisti
-
- 20 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: disable vectorization of a memory access with more elements per vector than one which is used for alignment on sparc Reviewed-by: twisti
-
- 19 6月, 2012 2 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, kvn
-
由 twisti 提交于
Reviewed-by: coleenp, jrose, kvn, twisti Contributed-by: NKrystal Mok <sajia@taobao.com>
-
- 18 6月, 2012 1 次提交
-
-
由 roland 提交于
Summary: Arrays.copyOfRange(original, from, to) with from > original.length tries to do a copy with a negative length. Reviewed-by: kvn, twisti
-
- 15 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Increase vector size up to 256-bits for YMM AVX registers on x86. Reviewed-by: never, twisti, roland
-
- 14 6月, 2012 2 次提交
- 13 6月, 2012 3 次提交
-
-
由 kvn 提交于
Summary: replace frequent C2 optimizer code patterns with new methods calls Reviewed-by: kvn, twisti Contributed-by: vladimir.x.ivanov@oracle.com
-
由 twisti 提交于
Reviewed-by: kvn, twisti Contributed-by: NKrystal Mok <sajia@taobao.com>
-
由 kvn 提交于
Summary: keep intermediate node alive till the end of the graph construction using dummy hook node trick Reviewed-by: kvn, twisti Contributed-by: vladimir.x.ivanov@oracle.com
-
- 12 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Add missing check for EncodeP node in MemNode::Ideal_common_DU_postCCP() method. Reviewed-by: twisti
-
- 08 6月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, coleenp Contributed-by: NChris Dennis <cdennis@terracottatech.com>
-
- 07 6月, 2012 2 次提交