Thu, 06 Jul 2017 01:50:26 +0200 |
jwilhelm |
8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
|
file |
diff |
annotate
|
Tue, 23 Aug 2016 13:44:26 +0200 |
thartmann |
8038348: Instance field load is replaced by wrong data Phi
|
file |
diff |
annotate
|
Mon, 04 Apr 2016 12:57:48 -0400 |
jprovino |
8132524: Missing includes to resourceArea.hpp
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 10:59:04 +0100 |
roland |
8148786: xml.tranform fails on x86-64
|
file |
diff |
annotate
|
Mon, 18 Jan 2016 08:40:25 +0100 |
thartmann |
6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
|
file |
diff |
annotate
|
Fri, 11 Dec 2015 16:57:08 +0100 |
roland |
8139771: Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash
|
file |
diff |
annotate
|
Tue, 01 Dec 2015 08:05:10 +0100 |
zmajo |
8129847: Compiling methods generated by Nashorn triggers high memory usage in C2
|
file |
diff |
annotate
|
Mon, 10 Aug 2015 10:39:19 -0700 |
kvn |
8011858: Use Compile::live_nodes() instead of Compile::unique() in appropriate places
|
file |
diff |
annotate
|
Thu, 21 May 2015 16:49:11 +0200 |
aeriksso |
8060036: C2: CmpU nodes can end up with wrong type information
|
file |
diff |
annotate
|
Tue, 24 Mar 2015 10:25:09 +0100 |
roland |
8069191: moving predicate out of loops may cause array accesses to bypass null check
|
file |
diff |
annotate
|
Thu, 27 Nov 2014 16:54:49 +0100 |
roland |
8066045: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
|
file |
diff |
annotate
|
Thu, 13 Nov 2014 09:19:46 +0100 |
roland |
8054478: C2: Incorrectly compiled char[] array access crashes JVM
|
file |
diff |
annotate
|
Fri, 29 Aug 2014 14:46:35 +0200 |
thartmann |
8056067: NodeHash debug variables are available in product build
|
file |
diff |
annotate
|
Tue, 05 Aug 2014 09:58:52 +0200 |
thartmann |
8054033: Remove unused references to Compile*
|
file |
diff |
annotate
|
Fri, 25 Jul 2014 10:06:17 +0200 |
thartmann |
8040213: C2 does not put all modified nodes on IGVN worklist
|
file |
diff |
annotate
|
Mon, 21 Jul 2014 10:25:58 +0200 |
anoll |
8051303: 'optimized' build broken by JDK-8039425
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 08:07:29 +0200 |
thartmann |
8034812: remove IDX_INIT macro hack in Node class
|
file |
diff |
annotate
|
Fri, 16 May 2014 12:05:14 -0700 |
kvn |
8042786: Proper fix for 8032566
|
file |
diff |
annotate
|
Fri, 09 May 2014 16:50:54 -0400 |
drchase |
8037816: Fix for 8036122 breaks build with Xcode5/clang
|
file |
diff |
annotate
|
Mon, 14 Apr 2014 09:04:36 +0000 |
anoll |
Merge
|
file |
diff |
annotate
|
Mon, 14 Apr 2014 10:57:07 +0200 |
anoll |
8039425: Code cleanup: PhaseIterGVN::optimize()
|
file |
diff |
annotate
|
Fri, 11 Apr 2014 11:33:00 +0200 |
anoll |
8034216: assert(false) failed: infinite loop in PhaseIterGVN::optimize
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 09:05:20 -0700 |
morris |
8001532: C2 node files refactoring
|
file |
diff |
annotate
|
Mon, 31 Mar 2014 09:08:53 +0200 |
roland |
8031755: Type speculation should be used to optimize explicit null checks
|
file |
diff |
annotate
|
Fri, 24 Jan 2014 09:31:53 +0100 |
roland |
8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
|
file |
diff |
annotate
|
Tue, 24 Dec 2013 11:48:39 -0800 |
mikael |
8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
|
file |
diff |
annotate
|
Wed, 23 Oct 2013 12:40:23 +0200 |
roland |
8024070: C2 needs some form of type speculation
|
file |
diff |
annotate
|
Mon, 26 Aug 2013 12:50:23 +0200 |
adlertz |
8023691: Create interface for nodes in class Block
|
file |
diff |
annotate
|
Fri, 16 Aug 2013 10:23:55 +0200 |
adlertz |
8023003: Cleanup the public interface to PhaseCFG
|
file |
diff |
annotate
|
Wed, 08 May 2013 15:08:01 -0700 |
kvn |
6934604: enable parts of EliminateAutoBox by default
|
file |
diff |
annotate
|
Tue, 26 Mar 2013 12:55:26 -0700 |
kvn |
8004640: C2 assert failure in memnode.cpp: NULL+offs not RAW address
|
file |
diff |
annotate
|
Mon, 25 Feb 2013 14:13:04 +0100 |
roland |
8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution
|
file |
diff |
annotate
|
Tue, 12 Feb 2013 12:56:11 +0100 |
roland |
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
|
file |
diff |
annotate
|
Sun, 23 Dec 2012 17:08:22 +0100 |
roland |
8005071: Incremental inlining for JSR 292
|
file |
diff |
annotate
|
Tue, 27 Nov 2012 17:24:15 -0800 |
bharadwaj |
7092905: C2: Keep track of the number of dead nodes
|
file |
diff |
annotate
|
Tue, 09 Oct 2012 10:09:34 -0700 |
mikael |
7197424: update copyright year to match last edit in jdk8 hotspot repository
|
file |
diff |
annotate
|
Thu, 27 Sep 2012 09:38:42 -0700 |
kvn |
7193318: C2: remove number of inputs requirement from Node's new operator
|
file |
diff |
annotate
|
Mon, 16 Jul 2012 15:31:18 -0400 |
dlong |
7147464: Java crashed while executing method with over 8k of dneg operations
|
file |
diff |
annotate
|
Wed, 09 Nov 2011 07:25:51 -0800 |
kvn |
7107042: assert(no_dead_loop) failed: dead loop detected
|
file |
diff |
annotate
|
Tue, 20 Sep 2011 08:39:40 -0700 |
kvn |
7081842: assert(Compile::current()->unique() < (uint)MaxNodeLimit) failed: Node limit exceeded
|
file |
diff |
annotate
|
Tue, 23 Nov 2010 13:22:55 -0800 |
stefank |
6989984: Use standard include model for Hospot
|
file |
diff |
annotate
|
Thu, 30 Sep 2010 18:31:45 -0700 |
kvn |
6916062: assert(_inserts <= _insert_limit,"hash table overflow") in NodeHash::hash_insert
|
file |
diff |
annotate
|
Mon, 28 Jun 2010 14:54:39 -0700 |
kvn |
6677629: PhaseIterGVN::subsume_node() should call hash_delete() and add_users_to_worklist()
|
file |
diff |
annotate
|
Thu, 27 May 2010 19:08:38 -0700 |
trims |
6941466: Oracle rebranding changes for Hotspot repositories
|
file |
diff |
annotate
|
Fri, 16 Oct 2009 14:08:44 -0700 |
cfang |
Merge
|
file |
diff |
annotate
|
Tue, 22 Sep 2009 14:06:10 -0700 |
xdono |
6884624: Update copyright year
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 15:38:37 -0700 |
never |
6885584: A particular class structure causes large allocation spike for jit
|
file |
diff |
annotate
|
Mon, 17 Aug 2009 12:11:06 -0700 |
cfang |
6866651: Regression: simple int sum crashes jvm (build 1.6.0_14-b08 and 1.7.0-ea-b59)
|
file |
diff |
annotate
|
Fri, 27 Feb 2009 13:27:09 -0800 |
twisti |
6810672: Comment typos
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 09:15:46 -0700 |
kvn |
6736417: Fastdebug C2 crashes in StoreBNode::Ideal
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 12:55:16 -0700 |
xdono |
6719955: Update copyright year
|
file |
diff |
annotate
|
Sun, 13 Apr 2008 17:43:42 -0400 |
coleenp |
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
|
file |
diff |
annotate
|
Fri, 14 Mar 2008 15:26:33 -0700 |
kvn |
6674588: (Escape Analysis) Improve Escape Analysis code
|
file |
diff |
annotate
|
Fri, 07 Mar 2008 11:09:13 -0800 |
kvn |
6667605: (Escape Analysis) inline java constructors when EA is on
|
file |
diff |
annotate
|
Sat, 01 Dec 2007 00:00:00 +0000 |
duke |
Initial load
|
file |
diff |
annotate
|