log src/share/vm/oops/methodData.hpp @ 20470:bc4ce33c0985

age author description
Thu, 11 Sep 2014 12:18:26 -0700 iveresov 8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters
Wed, 10 Sep 2014 12:39:11 +0200 rbackman 8030976: Untaken paths should be more vigorously pruned at highest optimization level
Wed, 26 Nov 2014 11:03:10 +0100 Gilles Duboscq Fix _trap_hist_limit after recent deoptimization reasons changes
Tue, 21 Oct 2014 10:28:43 +0200 Gilles Duboscq MethodData::initialize: remove unused argument
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Fri, 18 Apr 2014 14:25:21 +0200 roland 8039975: SIGSEGV in MethodData::next_data(ProfileData*)
Tue, 25 Mar 2014 17:07:36 -0700 kvn Merge
Thu, 20 Mar 2014 17:49:27 -0700 kvn 8031320: Use Intel RTM instructions for locks
Wed, 05 Mar 2014 09:29:12 +0100 roland 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
Tue, 25 Feb 2014 18:16:24 +0100 roland 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
Thu, 18 Sep 2014 19:00:23 +0200 Andreas Woess bring MethodData::_trap_hist_limit back in sync with Deoptimization::Reason_LIMIT
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Thu, 27 Mar 2014 13:11:17 -0700 Tom Rodriguez fix scanning of method data for redefined methods
Mon, 24 Mar 2014 21:30:43 +0100 Doug Simon Backed out merge changeset: b51e29501f30
Tue, 18 Mar 2014 20:19:10 -0700 twisti Merged with jdk9/dev/hotspot changeset 9486a41de3b7
Wed, 05 Mar 2014 09:29:12 +0100 roland 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
Fri, 14 Mar 2014 22:05:50 +0100 Doug Simon removed ResolvedJavaMethod.getCompilerStorage(); moved last compiled graph node count into profiling info (i.e. MethodData metadata)
Tue, 11 Mar 2014 18:45:59 -0700 twisti Merged with jdk9/dev/hotspot changeset 3812c088b945
Tue, 25 Feb 2014 18:16:24 +0100 roland 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
Thu, 21 Nov 2013 12:30:35 -0800 kvn Merge
Tue, 19 Nov 2013 11:53:58 -0800 simonis 8028514: PPC64: Fix C++ Interpreter after '7195622: CheckUnhandledOops has limited usefulness now'
Tue, 05 Nov 2013 17:38:04 -0800 kvn Merge
Sun, 15 Sep 2013 15:28:58 +0200 goetz 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
Tue, 10 Dec 2013 21:40:12 +0100 Doug Simon fixed broken assertions
Tue, 03 Dec 2013 11:25:40 +0100 Roland Schatz Profile deoptimizations of OSR methods separately.
Wed, 27 Nov 2013 02:31:03 +0100 Doug Simon fixed bug in MethodData and added assertion that precomputed size == initialized size
Fri, 22 Nov 2013 01:30:06 +0100 Doug Simon added support for printing method profiles for virtual calls
Wed, 20 Nov 2013 00:10:38 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Wed, 13 Nov 2013 13:45:50 +0100 roland 8027572: assert(r != 0) failed: invalid
Tue, 22 Oct 2013 09:51:47 +0200 roland 8026251: New type profiling points: parameters to methods