Wed, 15 Oct 2014 10:51:43 +0200 |
zmajo |
8060215: per-method PrintIdealGraphLevel
|
file |
diff |
annotate
|
Mon, 23 Jun 2014 13:33:23 +0200 |
rbackman |
8046289: compiler/6340864/TestLongVect.java timeout with
|
file |
diff |
annotate
|
Thu, 22 May 2014 13:42:44 +0200 |
rbackman |
8030976: Untaken paths should be more vigorously pruned at highest optimization level
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 08:07:29 +0200 |
thartmann |
8034812: remove IDX_INIT macro hack in Node class
|
file |
diff |
annotate
|
Mon, 12 May 2014 09:47:57 -0400 |
coleenp |
Merge
|
file |
diff |
annotate
|
Fri, 09 May 2014 16:50:54 -0400 |
drchase |
8037816: Fix for 8036122 breaks build with Xcode5/clang
|
file |
diff |
annotate
|
Wed, 07 May 2014 06:03:31 -0700 |
zgu |
8041415: remove port.{cpp,hpp} files
|
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
|
Tue, 28 Jan 2014 12:28:17 -0800 |
kvn |
Merge
|
file |
diff |
annotate
|
Tue, 28 Jan 2014 12:25:34 -0800 |
kvn |
Merge
|
file |
diff |
annotate
|
Fri, 15 Nov 2013 11:05:32 -0800 |
goetz |
8024921: PPC64 (part 113): Extend Load and Store nodes to know about memory ordering
|
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, 07 Oct 2013 14:12:23 +0400 |
vlivanov |
8024774: assert(_con < t->is_tuple()->cnt()) failed: ProjNode::_con must be in range
|
file |
diff |
annotate
|
Wed, 08 May 2013 15:08:01 -0700 |
kvn |
6934604: enable parts of EliminateAutoBox by default
|
file |
diff |
annotate
|
Fri, 22 Mar 2013 07:58:55 -0700 |
bharadwaj |
8009539: JVM crash when run lambda testng tests
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 17:25:11 -0800 |
twisti |
7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
|
file |
diff |
annotate
|
Tue, 09 Oct 2012 10:11:38 +0200 |
roland |
7054512: Compress class pointers after perm gen removal
|
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
|
Sat, 01 Sep 2012 13:25:18 -0400 |
coleenp |
6964458: Reimplement class meta-data storage to use native memory
|
file |
diff |
annotate
|
Mon, 02 Jul 2012 12:59:43 -0700 |
kvn |
7180769: assert(tboth->klass_is_exact()) failed: klass should be exact
|
file |
diff |
annotate
|
Fri, 25 May 2012 07:53:11 -0700 |
kvn |
7170463: C2 should recognize "obj.getClass() == A.class" code pattern
|
file |
diff |
annotate
|
Wed, 31 Aug 2011 16:46:11 -0700 |
never |
7083786: dead various dead chunks of code
|
file |
diff |
annotate
|
Wed, 13 Apr 2011 14:33:03 -0700 |
iveresov |
6988308: assert((cnt > 0.0f) && (prob > 0.0f)) failed: Bad frequency assignment in if
|
file |
diff |
annotate
|
Tue, 05 Apr 2011 14:12:31 -0700 |
trims |
7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass
|
file |
diff |
annotate
|
Mon, 21 Mar 2011 11:28:14 -0700 |
kvn |
7008866: Missing loop predicate for loop with multiple entries
|
file |
diff |
annotate
|
Tue, 23 Nov 2010 13:22:55 -0800 |
stefank |
6989984: Use standard include model for Hospot
|
file |
diff |
annotate
|
Fri, 20 Aug 2010 23:40:30 -0700 |
jrose |
6912064: type profiles need to be exploited more for dynamic language support
|
file |
diff |
annotate
|
Wed, 09 Jun 2010 18:50:45 -0700 |
jrose |
6939203: JSR 292 needs method handle constants
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 22:45:42 -0700 |
jrose |
Merge
|
file |
diff |
annotate
|
Thu, 27 May 2010 19:08:38 -0700 |
trims |
6941466: Oracle rebranding changes for Hotspot repositories
|
file |
diff |
annotate
|
Sun, 23 May 2010 01:38:26 -0700 |
jrose |
6939207: refactor constant pool index processing
|
file |
diff |
annotate
|
Mon, 01 Feb 2010 17:35:05 -0700 |
dcubed |
6902182: 4/4 Starting with jdwp agent should not incur performance penalty
|
file |
diff |
annotate
|
Tue, 12 Jan 2010 14:37:35 -0800 |
cfang |
6894779: Loop Predication for Loop Optimizer in C2
|
file |
diff |
annotate
|
Tue, 15 Sep 2009 21:53:47 -0700 |
jrose |
6863023: need non-perm oops in code cache for JSR 292
|
file |
diff |
annotate
|
Tue, 28 Jul 2009 12:12:40 -0700 |
xdono |
6862919: Update copyright year
|
file |
diff |
annotate
|
Wed, 01 Jul 2009 12:22:23 -0700 |
never |
6856025: assert(_base >= OopPtr && _base <= KlassPtr,"Not a Java pointer")
|
file |
diff |
annotate
|
Fri, 26 Jun 2009 13:03:29 -0700 |
never |
6818666: G1: Type lost in g1 pre-barrier
|
file |
diff |
annotate
|
Fri, 08 May 2009 10:44:20 -0700 |
kvn |
6788527: Server vm intermittently fails with assertion "live value must not be garbage" with fastdebug bits
|
file |
diff |
annotate
|
Tue, 21 Apr 2009 23:21:04 -0700 |
jrose |
6655646: dynamic languages need dynamically linked call sites
|
file |
diff |
annotate
|
Fri, 27 Feb 2009 13:27:09 -0800 |
twisti |
6810672: Comment typos
|
file |
diff |
annotate
|
Wed, 17 Sep 2008 08:29:17 -0700 |
rasbold |
6711100: 64bit fastdebug server vm crashes with assert(_base == Int,"Not an Int")
|
file |
diff |
annotate
|
Tue, 29 Jul 2008 14:48:25 -0700 |
rasbold |
6730192: expression stack wrong at deoptimization point
|
file |
diff |
annotate
|
Mon, 21 Jul 2008 13:37:05 -0700 |
rasbold |
6726504: handle do_ifxxx calls in parser more uniformly
|
file |
diff |
annotate
|
Wed, 16 Jul 2008 10:08:57 -0700 |
rasbold |
6707044: uncommon_trap of ifnull bytecode leaves garbage on expression stack
|
file |
diff |
annotate
|
Fri, 11 Jul 2008 01:14:44 -0700 |
trims |
Merge
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 12:55:16 -0700 |
xdono |
6719955: Update copyright year
|
file |
diff |
annotate
|
Tue, 24 Jun 2008 16:00:14 -0700 |
never |
6718676: putback for 6604014 is incomplete
|
file |
diff |
annotate
|
Tue, 24 Jun 2008 10:43:29 -0700 |
kvn |
6710487: More than half of JDI Regression tests hang with COOPs in -Xcomp mode
|
file |
diff |
annotate
|
Thu, 24 Apr 2008 14:02:13 -0700 |
rasbold |
6646019: array subscript expressions become top() with -d64
|
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
|
Wed, 05 Mar 2008 11:33:31 -0800 |
kvn |
6671250: In Parse::do_if() old Cmp node 'c' should be replaced with new one after BoolNode transformation
|
file |
diff |
annotate
|
Wed, 05 Dec 2007 09:01:00 -0800 |
never |
6395208: Elide autoboxing for calls to HashMap.get(int) and HashMap.get(long)
|
file |
diff |
annotate
|
Sat, 01 Dec 2007 00:00:00 +0000 |
duke |
Initial load
|
file |
diff |
annotate
|