- 18 2月, 2015 2 次提交
-
-
由 iveresov 提交于
Summary: Check for overflow when inverting the loop during the counted loop conversion Reviewed-by: kvn
-
由 poonam 提交于
8049881: jstack not working on core files Summary: These changes add some definitions on the SA side and the supporting code on the hotspot side. Reviewed-by: sla, dsamersoff, mgronlun
-
- 21 1月, 2015 1 次提交
-
-
由 iveresov 提交于
8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init> Summary: Use MachMerge to hook together defs of the same multidef value in a block Reviewed-by: kvn, vlivanov
-
- 16 1月, 2015 2 次提交
-
-
由 asiebenborn 提交于
Reviewed-by: kvn
-
由 aph 提交于
Reviewed-by: sla, sspitsyn
-
- 04 2月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: jwilhelm, tschatzl, stefank
-
- 31 1月, 2015 1 次提交
-
-
由 kvn 提交于
Summary: Add missing C->failing() check after Connection graph construction. Reviewed-by: iveresov
-
- 30 1月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Update MacroAssembler::ldf to select addressing mode depending on Address parameter. Reviewed-by: kvn, dlong
-
- 29 1月, 2015 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: sspitsyn, dcubed
-
- 23 1月, 2015 1 次提交
-
-
由 iveresov 提交于
8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local Summary: Add merge nodes to node to block mapping Reviewed-by: kvn, vlivanov
-
- 13 1月, 2015 1 次提交
-
-
由 goetz 提交于
Reviewed-by: simonis, goetz Contributed-by: matthias.baesken@sap.com, martin.doerr@sap.com
-
- 12 1月, 2015 2 次提交
-
-
由 sjohanss 提交于
8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit Summary: Making sure committed memory is cleared when re-committed, even if using large pages. Reviewed-by: jwilhelm, tschatzl
-
由 sjohanss 提交于
8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit Summary: Making sure committed memory is cleared when re-committed, even if using large pages. Reviewed-by: jwilhelm, tschatzl
-
- 12 12月, 2014 2 次提交
- 11 12月, 2014 1 次提交
-
-
由 sjohanss 提交于
Summary: Crashes were caused by not disabling UseMemSetInBOT as should be done on sparc. Added support for picking up blkinit as a platform feature if available on Linux sparc. This is needed to avoid enabling UseMemSetInBOT when running on this platform. Reviewed-by: jmasa, brutisso
-
- 06 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: bad assumption on graph shape in CastIINode::Value if that part of the graph is becoming dead. Reviewed-by: kvn
-
- 10 12月, 2014 2 次提交
- 04 12月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: The new code in 8u backport should guard the execution of the following code instead of return. Reviewed-by: iveresov
-
- 03 12月, 2014 3 次提交
-
-
由 kvn 提交于
Summary: Check for safepoint and block during EA Connection graph construction. Reviewed-by: roland, vlivanov, shade
-
由 kvn 提交于
Summary: Don't remove KILL projections if their "defining" nodes have SCMemProj projection (memory side effects). Reviewed-by: iveresov, roland
-
由 mchung 提交于
Reviewed-by: hseigel, ccheung
-
- 02 12月, 2014 1 次提交
-
-
由 drchase 提交于
Reviewed-by: jrose, acorn, vlivanov
-
- 27 11月, 2014 1 次提交
-
-
由 roland 提交于
Summary: code in PhaseIterGVN::add_users_to_worklist() from 8054478 makes incorrect assumption about graph shape Reviewed-by: iveresov
-
- 02 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: dead backbranch in main loop results in erroneous array access Reviewed-by: kvn, iveresov
-
- 26 11月, 2014 2 次提交
- 11 12月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: coleenp, hseigel, poonam
-
- 10 12月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Fix FP registers save/restore during exception handling Reviewed-by: kvn, vlivanov
-
- 04 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: PhaseIdealLoop::split_if_with_blocks_post() shoulnd't reorder range checks adjusted by range check smearing Reviewed-by: kvn, jrose
-
- 05 12月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: in FileMapInfo::fail_continue do not set UseSharedSpaces = false Reviewed-by: dholmes, ccheung
-
- 24 11月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, roland
-
- 21 11月, 2014 2 次提交
- 20 11月, 2014 4 次提交
-
-
由 mchung 提交于
Reviewed-by: coleenp, ccheung
-
由 coleenp 提交于
Summary: note all MemberNames created on internal list for adjusting method entries. Reviewed-by: sspitsyn, dcubed, lfoltan
-
由 thartmann 提交于
Summary: Ignore non-instance Klasses in the subclass hierarchy. Reviewed-by: kvn, iignatyev, jrose
-
由 mgronlun 提交于
Reviewed-by: sla, stefank
-
- 18 11月, 2014 1 次提交
-
-
由 gthornbr 提交于
Reviewed-by: dcubed, pnauman, ctornqvi, dholmes, mschoene Contributed-by: gerald.thornbrugh@oracle.com
-