log src/share/vm/code/compiledIC.cpp @ 20432:aff6ccb506cb

age author description
Fri, 05 Sep 2014 14:39:45 -0700 iveresov 8056154: JVM crash with EXCEPTION_ACCESS_VIOLATION when there are many threads running
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8049421: G1 Class Unloading after completing a concurrent mark cycle
Tue, 01 Jul 2014 09:03:55 +0200 stefank 8047362: Add a version of CompiledIC_at that doesn't create a new RelocIterator
Wed, 25 Jun 2014 08:56:57 +0200 stefank 8047326: Consolidate all CompiledIC::CompiledIC implementations and move it to compiledIC.cpp
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
Mon, 14 Apr 2014 15:07:55 -0700 Tom Rodriguez Update comment message about unoptimized virtual call sites
Fri, 11 Apr 2014 10:30:52 -0700 Tom Rodriguez restore compiledic assert until source of failures understood
Wed, 09 Apr 2014 16:33:37 -0700 Tom Rodriguez use hotspot static stubs for call sites
Wed, 18 Dec 2013 00:00:24 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Fri, 06 Dec 2013 12:11:51 -0800 kvn 8028107: Kitchensink crashed with EAV
Fri, 11 Oct 2013 10:38:03 +0200 Gilles Duboscq Merge with hs25-b53
Tue, 24 Sep 2013 15:56:25 +0200 anoll 7009641: Don't fail VM when CodeCache is full
Fri, 13 Sep 2013 22:38:02 -0400 drchase 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
Wed, 19 Jun 2013 10:45:56 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Wed, 24 Apr 2013 20:55:28 -0400 dlong 8003853: specify offset of IC load in java_to_interp stub
Sat, 06 Apr 2013 20:04:06 +0200 Gilles Duboscq Merge with hsx25
Wed, 20 Mar 2013 06:32:49 -0700 morris 8009248: [parfait] Null pointer deference in hotspot/src/share/vm/code/compiledIC.cpp
Thu, 07 Mar 2013 21:33:03 +0100 Thomas Wuerthinger More C++ fixes. Revert alignment change of _number_of_committed_segments.
Thu, 07 Mar 2013 21:24:17 +0100 Thomas Wuerthinger Fix issue that caused IC stub to be uncleared for C1/C2.
Thu, 07 Mar 2013 21:00:29 +0100 Thomas Wuerthinger Minimize diff to plain HotSpot version.
Wed, 06 Mar 2013 21:58:58 +0100 Thomas Wuerthinger Reenable patching of optimized and static calls but without out-of-line stubs.
Mon, 03 Dec 2012 15:32:17 +0100 Doug Simon decoupled C++ Graal runtime from C1
Thu, 22 Nov 2012 23:34:49 +0100 Doug Simon made the initialize state of the jump instruction in a static call stub conform to that expected by an assertion in the runtime
Mon, 12 Nov 2012 23:14:12 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
Tue, 06 Nov 2012 15:09:37 -0500 coleenp 8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
Thu, 08 Mar 2012 15:01:19 +0100 Gilles Duboscq comments cleanup/retagging
Mon, 27 Feb 2012 22:15:05 +0100 Thomas Wuerthinger Remove the hacks around "is_Compiler_thread" assertions; Graal no longer uses the compiler thread mechanisms; don't create a C++ compilation queue or any compiler threads.
Mon, 27 Feb 2012 13:10:13 +0100 Thomas Wuerthinger Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/