thartmann [Thu, 05 Jun 2014 10:43:16 +0200] rev 24935
8031389: On x86 C1 emits two relocations for polls
Summary: C1 emits two poll_type relocations at safepoint polls because LIR_Assembler::safepoint_poll(..) adds a relocation and calls LIR_Assembler::add_debug_info_for_branch(..) which adds a relocation as well. The implementation of add_debug_info_for_branch(..) is changed to not emit a poll relocation.
Reviewed-by: kvn, roland
rbackman [Thu, 22 May 2014 13:42:44 +0200] rev 24934
8030976: Untaken paths should be more vigorously pruned at highest optimization level
Reviewed-by: roland, vlivanov
rbackman [Wed, 04 Jun 2014 10:01:28 +0200] rev 24933
8031994: java/lang/Character/CheckProp test times out
Reviewed-by: iveresov, roland
mikael [Tue, 03 Jun 2014 18:24:38 -0700] rev 24932
8044735: Print format/argument warnings
Reviewed-by: twisti, kvn
iignatyev [Wed, 04 Jun 2014 00:25:21 +0400] rev 24931
8044339: Update FilterSpuriousWakeups documentation. Review "Solaris only" vm options descriptions
Reviewed-by: kvn, dholmes, iignatyev
mikael [Mon, 02 Jun 2014 15:48:34 -0700] rev 24930
8044242: Remove dead NativeMovRegMemPatching class
Reviewed-by: twisti, kvn
twisti [Mon, 02 Jun 2014 13:53:52 -0700] rev 24929
Merge
twisti [Mon, 02 Jun 2014 10:48:02 -0700] rev 24928
Merge
drchase [Mon, 02 Jun 2014 15:49:53 -0400] rev 24927
Merge
drchase [Mon, 02 Jun 2014 14:32:29 -0400] rev 24926
8029381: assert(is_method_type()) failed: bad cast
Summary: Access to method_type and appendix from constant pool (cpcache) needs to be guarded by is_f1_null() because of racy update/initialization.
Reviewed-by: kvn, coleenp, jrose
iveresov [Mon, 02 Jun 2014 07:26:52 -1000] rev 24925
8044496: 8034812 broke build with clang
Summary: Remove superfluous clang-diagnostic-pop
Reviewed-by: kvn, drchase
roland [Mon, 02 Jun 2014 10:01:15 +0200] rev 24924
8043413: REGRESSION: Hotspot causes segmentation fault in jdk8ux, but not in jdk7ux
Summary: long series of lambda form calls trigger stack overflow in c2
Reviewed-by: kvn, vlivanov
thartmann [Mon, 02 Jun 2014 08:07:29 +0200] rev 24923
8034812: remove IDX_INIT macro hack in Node class
Summary: The IDX_INIT macro used by Node::Node(...) to retrieve the Compile object is removed and replaced by a call to Compile::current(). The Node constructor, new operator and all calls to it are adapted accordingly.
Reviewed-by: kvn, jrose, iveresov, goetz
iignatyev [Fri, 30 May 2014 20:01:11 +0000] rev 24922
Merge
iignatyev [Fri, 30 May 2014 17:20:48 +0400] rev 24921
8038756: new WB API :: get/setVMFlag
Reviewed-by: vlivanov, sla