log src/share/vm/runtime/deoptimization.cpp @ 21556:48c1ebd24120

age author description
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Wed, 10 Dec 2014 16:45:55 +0100 roland 8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
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
Wed, 27 Aug 2014 17:37:18 +0200 roland 8055946: assert(result == NULL || result->is_oop()) failed: must be oop
Wed, 10 Sep 2014 12:39:11 +0200 rbackman 8030976: Untaken paths should be more vigorously pruned at highest optimization level
Tue, 29 Jul 2014 13:40:58 -0700 kvn 8049252: VerifyStack logic in Deoptimization::unpack_frames does not expect to see invoke bc at the top frame during normal deoptimization
Thu, 19 Mar 2015 19:27:25 +0100 Gilles Duboscq TraceDeoptimization: print compiler and compile_id
Mon, 02 Mar 2015 19:06:41 -0800 Tom Rodriguez Add ttyLocker to TraceDeoptimization output
Wed, 17 Dec 2014 13:39:48 -0800 Tom Rodriguez Log deopt before deoptimizing the frame
Tue, 21 Oct 2014 11:23:41 +0200 Gilles Duboscq Unalias some DeoptReasons
Mon, 03 Nov 2014 10:31:39 -0800 Tom Rodriguez Merge
Fri, 31 Oct 2014 11:25:32 -0700 Tom Rodriguez Record frame state for deopts with +LogCompilation
Mon, 03 Nov 2014 17:03:19 +0100 Doug Simon converted HotSpotResolvedObjectType to an interface
Tue, 21 Oct 2014 02:31:32 +0200 Andreas Woess Truffle: fix deoptimization of int[] with double/long values
Mon, 20 Oct 2014 19:07:20 +0200 Gilles Duboscq Reduce diff with upstream