log src/share/vm/opto/node.cpp @ 23974:f13e777eb255

age author description
Wed, 16 Nov 2016 12:32:54 -0800 Tom Rodriguez Merge with jdk8u111-b14
Mon, 25 Apr 2016 11:01:13 -0700 asaha Merge jdk8u102-b05
Tue, 01 Mar 2016 15:19:31 -0800 asaha Merge
Wed, 27 Jan 2016 09:02:51 +0100 thartmann 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type jdk8u74-b32
Wed, 27 Jan 2016 09:02:51 +0100 thartmann 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
Wed, 01 Jun 2016 00:11:44 +0200 Doug Simon Merge.
Thu, 10 Dec 2015 14:51:53 +0300 vlivanov 8144935: C2: safepoint is pruned from a non-counted loop
Tue, 15 Dec 2015 09:46:51 +0100 zmajo 8129847: Compiling methods generated by Nashorn triggers high memory usage in C2
Wed, 16 Sep 2015 11:09:09 +0200 zmajo 8011858: Use Compile::live_nodes() instead of Compile::unique() in appropriate places
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Mon, 24 Nov 2014 07:29:03 -0800 vlivanov 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
Tue, 19 Aug 2014 07:36:11 +0200 thartmann 8048879: "unexpected yanked node" opto/postaloc.cpp:139
Wed, 13 Aug 2014 11:00:22 +0200 roland 8026796: Make replace_in_map() on parent maps generic
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Thu, 22 May 2014 15:52:41 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Fri, 02 May 2014 16:44:54 -0700 kvn 8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR))
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Tue, 25 Mar 2014 16:25:02 -0700 twisti revert some changes to match upstream files
Wed, 12 Mar 2014 13:30:08 +0100 Gilles Duboscq Merge
Thu, 20 Feb 2014 12:20:56 -0800 kvn Merge
Tue, 28 Jan 2014 12:28:17 -0800 kvn Merge
Tue, 28 Jan 2014 12:25:34 -0800 kvn Merge
Fri, 22 Nov 2013 12:14:09 -0800 goetz 8029025: PPC64 (part 203): opto: Move static _in_dump_cnt to Compile object.
Fri, 24 Jan 2014 09:31:53 +0100 roland 8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
Tue, 11 Feb 2014 21:32:19 -0800 henryjen 8033215: clang: node.cpp:284 IDX_INIT macro use uninitialized field _out
Tue, 24 Dec 2013 11:48:39 -0800 mikael 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
Thu, 13 Mar 2014 14:48:01 +0100 Doug Simon more workarounds to support clang 5.1 on Mac OS X
Fri, 23 Aug 2013 11:41:37 -0700 kvn 8012972: Incremental Inlining should support scalar replaced object in debug info
Thu, 09 May 2013 17:28:04 -0700 kvn 8014189: JVM crash with SEGV in ConnectionGraph::record_for_escape_analysis()
Wed, 08 May 2013 15:08:01 -0700 kvn 6934604: enable parts of EliminateAutoBox by default