log src/share/vm/opto/bytecodeInfo.cpp @ 6842:b9a9ed0f8eeb

age author description
Tue, 09 Oct 2012 10:09:34 -0700 mikael 7197424: update copyright year to match last edit in jdk8 hotspot repository
Tue, 21 Aug 2012 10:39:19 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Tue, 24 Jul 2012 10:51:00 -0700 twisti 7023639: JSR 292 method handle invocation needs a fast path for compiled code
Tue, 13 Mar 2012 10:03:59 -0700 never 7152961: InlineTree::should_not_inline may exit prematurely
Mon, 14 May 2012 16:16:12 +0200 Gilles Duboscq Perform compiler oracle should_not_inline check before heuristic checks
Sun, 11 Sep 2011 14:48:24 -0700 never 7088955: add C2 IR support to the SA
Fri, 02 Sep 2011 20:58:21 -0700 never 7071307: MethodHandle bimorphic inlining should consider the frequency
Thu, 01 Sep 2011 01:31:25 -0700 twisti 7079673: JSR 292: C1 should inline bytecoded method handle adapters
Wed, 31 Aug 2011 01:40:45 -0700 twisti 7078382: JSR 292: don't count method handle adapters against inlining budgets
Wed, 22 Jun 2011 14:45:37 -0700 never 7057587: JSR 292 - crash with jruby in test/test_respond_to.rb
Tue, 10 May 2011 00:45:03 -0700 twisti 7042122: JSR 292: adjust various inline thresholds for JSR 292 API methods and method handle adapters
Wed, 04 May 2011 13:12:42 -0700 kvn 5091921: Sign flip issues in loop optimizer
Mon, 02 May 2011 00:55:09 -0700 twisti 6552561: MaxRecursiveInlineLevel flag doesn't operate correctly
Mon, 28 Mar 2011 03:58:07 -0700 twisti 7022998: JSR 292 recursive method handle calls inline themselves infinitely
Fri, 11 Mar 2011 22:34:57 -0800 jrose 7012648: move JSR 292 to package java.lang.invoke and adjust names