- 09 4月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: use method cpref and klass version to provide meaningful methods name in stacktraces Reviewed-by: coleenp, dcubed
-
- 03 9月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: brutisso, mgerdin, tschatzl
-
- 27 3月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: A dead scope of the local needs to be identified Reviewed-by: coleenp, vlivanov, mgronlun
-
- 25 3月, 2015 1 次提交
-
-
由 hseigel 提交于
Summary: For *store bytecodes, compare incoming, not outgoing, type state with exception handlers' stack maps. Reviewed-by: acorn, dholmes
-
- 20 3月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Instead of 'fpclass', use cast float->int and double->long to check if value is +0.0f and +0.0d, respectively. Reviewed-by: kvn, simonis, dlong
-
- 19 3月, 2015 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, ecaspole
-
- 18 3月, 2015 1 次提交
-
-
由 sspitsyn 提交于
8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale Summary: optimize the adjust_method_entries functions by using the orig_method_idnum() function Reviewed-by: coleenp, dcubed
-
- 17 3月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: Relax the guaranty for deleted methods Reviewed-by: dcubed, coleenp
-
- 13 3月, 2015 1 次提交
-
-
由 cjplummer 提交于
Summary: Fixed by removing all code related to LowMemoryProtection, which removed offending code. Reviewed-by: dholmes, minqi
-
- 12 3月, 2015 1 次提交
-
-
由 poonam 提交于
Summary: Warning when not checking exceptions from function that require so, also when local refs expand beyond capacity. Reviewed-by: dsimms
-
- 02 3月, 2015 1 次提交
-
-
由 thartmann 提交于
Summary: Escape state of allocated object should be always adjusted after it was passed to a method. Reviewed-by: kvn
-
- 07 3月, 2015 1 次提交
-
-
由 gthornbr 提交于
Summary: Force all Solaris builds to use the same version of the DIR structure. Reviewed-by: dcubed, dholmes, kvn
-
- 02 3月, 2015 1 次提交
-
-
由 sjohanss 提交于
Reviewed-by: kbarrett, dholmes
-
- 25 2月, 2015 1 次提交
-
-
由 sgehwolf 提交于
Reviewed-by: dholmes, coleenp
-
- 21 2月, 2015 1 次提交
-
-
由 drchase 提交于
Summary: Added better debug-printing support and enhanced LogCompilation tool Reviewed-by: kvn, roland, dholmes
-
- 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 2 次提交
- 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
-
- 15 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: Interpreter::remove_activation_entry() is not defined for the C++ interpreter Reviewed-by: roland, coleenp Contributed-by: NSeverin Gehwolf <sgehwolf@redhat.com>
-
- 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
-