log src/share/vm/runtime/sharedRuntime.cpp @ 24234:ea6f94ab283b default tip

age author description
Mon, 14 Aug 2017 08:55:23 -0700 Tom Rodriguez Update MDO with Reason_not_compiled_exception_handler
Wed, 16 Nov 2016 12:32:54 -0800 Tom Rodriguez Merge with jdk8u111-b14
Thu, 30 Jun 2016 23:08:42 +0300 vkempik 8157176: Improved classfile parsing
Fri, 26 Aug 2016 17:49:18 +0200 Doug Simon backport of JDK-8164480
Thu, 07 Jan 2016 17:28:46 +0100 Gilles Duboscq Merge with jdk8u66-b17
Fri, 29 May 2015 10:58:45 +0200 zmajo 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
Wed, 02 Sep 2015 13:57:44 -1000 twisti Revert removed assert.
Wed, 02 Sep 2015 12:51:21 -1000 twisti Move assert in SharedRuntime::register_finalizer.
Thu, 20 Aug 2015 22:57:39 +0200 Doug Simon added comment explaining why SharedRuntime::register_finalizer performs a dynamic check that an object has a finalizer
Wed, 22 Jul 2015 08:56:03 -0700 twisti Rename JVMCI to INCLUDE_JVMCI.
Thu, 28 May 2015 15:36:48 +0200 Doug Simon recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Tue, 21 Apr 2015 10:47:43 -0700 Tom Rodriguez Add MaxVectorSize to Graal globals
Tue, 14 Apr 2015 22:20:07 -0700 Tom Rodriguez Add suport for oops in vector registers at safepoints
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Tue, 25 Nov 2014 17:33:59 +0100 roland 6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94
Tue, 24 Jun 2014 08:12:30 +0200 thartmann 8035328: closed/compiler/6595044/Main.java failed with timeout
Tue, 18 Nov 2014 11:03:39 +0100 Gilles Duboscq SharedRuntime::compute_compiled_exc_handler: explain why it seems that we deoptimzie twice, use Deoptimization::deoptimize since we already have our hands on the frame.
Tue, 18 Nov 2014 10:55:59 +0100 Gilles Duboscq Backout 810222d74f7c
Mon, 17 Nov 2014 14:58:39 +0100 Gilles Duboscq When deoptimizing on unwind, revoke biases instead of calling deoptimize_frame before returning deopt continuation
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Tue, 01 Apr 2014 09:36:49 +0200 roland 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
Thu, 22 May 2014 15:52:41 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Mon, 28 Apr 2014 12:39:12 +0200 anoll 8040085: dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache
Fri, 11 Apr 2014 20:02:37 +0000 coleenp 8039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated"
Wed, 22 Jan 2014 17:42:23 -0800 kvn Merge
Mon, 23 Dec 2013 10:26:08 -0800 kvn Merge
Fri, 10 Jan 2014 06:36:18 +0100 anoll 8022494: Make compilation IDs sequential
Wed, 08 Jan 2014 09:49:31 +0100 roland 8029873: compiler/uncommontrap/TestStackBangRbp.java crashes with SIGSEGV
Thu, 19 Dec 2013 06:09:16 +0100 anoll 8026478: -XX:+VerifyAdapterSharing is broken
Thu, 07 Aug 2014 11:05:12 -0700 Tom Rodriguez Do normal crash reporting when encountering unexpected SEGV