log src/share/vm/interpreter/linkResolver.cpp @ 23347:7ae6a635fad0

age author description
Wed, 06 Apr 2016 20:02:32 -0700 Tom Rodriguez 8152903: [JVMCI] CompilerToVM::resolveMethod should correctly handle private methods in interfaces
Thu, 07 Jan 2016 17:28:46 +0100 Gilles Duboscq Merge with jdk8u66-b17
Thu, 07 May 2015 15:05:46 +0200 aeriksso 8051045: HotSpot fails to wrap Exceptions from invokedynamic in a BootstrapMethodError
Tue, 14 Apr 2015 18:11:06 +0300 vlivanov 8062280: C2: inlining failure due to access checks being too strict
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Mon, 01 Dec 2014 13:06:20 -0500 drchase 8064524: Compiler code generation improvements jdk8u31-b11
Thu, 16 Oct 2014 11:57:39 +0200 Gilles Duboscq Merge with jdk8u25-b17
Thu, 29 May 2014 13:14:25 -0700 asaha Merge
Tue, 15 Apr 2014 16:17:20 -0400 lfoltan 8036805: Correct linker method lookup.
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 14:27:45 -0400 lfoltan 8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults.
Wed, 15 Oct 2014 11:59:32 +0200 Gilles Duboscq Merge with jdk8-b132
Fri, 02 May 2014 00:36:27 +0200 Doug Simon made Graal work with the HotSpot compiler queue and compiler threads, enabled by -XX:-UseGraalCompilationQueue
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Tue, 11 Mar 2014 18:45:59 -0700 twisti Merged with jdk9/dev/hotspot changeset 3812c088b945
Wed, 05 Feb 2014 15:14:47 -0800 ccheung 8032010: Attempt to resolve abstract method in concrete class fails with AbstractMethodError
Fri, 17 Jan 2014 09:39:51 -0500 hseigel 8031045: Access checks should precede additional per-instruction checks
Mon, 16 Dec 2013 08:24:33 -0500 hseigel 8027804: JCK resolveMethod test fails expecting AbstractMethodError
Wed, 18 Dec 2013 00:00:24 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Tue, 10 Dec 2013 16:18:26 -0500 hseigel 8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object
Fri, 06 Dec 2013 11:33:10 -0500 hseigel 8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61
Tue, 03 Dec 2013 11:13:14 -0800 acorn 8028438: static superclass method masks default methods
Tue, 03 Dec 2013 08:36:15 -0800 acorn 8026066: ICCE for invokeinterface static
Tue, 26 Nov 2013 09:52:22 -0500 hseigel 8026065: InterfaceMethodref for invokespecial must name a direct superinterface
Wed, 20 Nov 2013 00:10:38 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Wed, 13 Nov 2013 07:31:26 -0800 acorn 8027229: ICCE expected for >=2 maximally specific default methods.
Tue, 22 Oct 2013 14:47:59 -0400 hseigel 8026394: Eclipse fails with JDK8 build 111
Fri, 18 Oct 2013 19:44:40 -0700 ccheung Merge
Wed, 16 Oct 2013 14:32:05 -0400 hseigel 8024804: Crash when InterfaceMethodref resolves to Object.registerNatives