- 09 12月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Pass on the static type G1ParPushHeapRSClosure to allow oop_iterate devirtualization Reviewed-by: jmasa, kbarrett
-
- 02 2月, 2015 1 次提交
-
-
由 tschatzl 提交于
8069760: When iterating over a card, G1 often iterates over much more references than are contained in the card Summary: Properly bound the iteration work for objArray-oops. Reviewed-by: mgerdin, kbarrett
-
- 29 1月, 2015 1 次提交
-
-
由 redestad 提交于
Reviewed-by: tschatzl, mgerdin
-
- 18 9月, 2014 1 次提交
-
-
由 mlarsson 提交于
Summary: Changed the chunk size to a smaller fixed number. Reviewed-by: tschatzl, mgerdin
-
- 19 12月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Evaluate and improve object copy time by micro-optimizations and splitting out slow and fast paths aggressively. Reviewed-by: kbarrett, mgerdin, jmasa Contributed-by: NTony Printezis <tprintezis@twitter.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
-
- 25 8月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: brutisso, ehelin
-
- 25 3月, 2015 1 次提交
-
-
由 mgerdin 提交于
Summary: Stop using save_marks in G1 related code and make setting the replacement field less racy. Reviewed-by: brutisso, tschatzl
-
- 19 3月, 2015 1 次提交
-
-
由 hseigel 提交于
Summary: keep a list of handlers to prevent the same handler from being scanned repeatedly. Reviewed-by: dlong, 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
-
- 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
-