log jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedJavaMethodImpl.java @ 24225:a2dbb6fcc923

age author description
Mon, 12 Jun 2017 15:23:09 +0200 Doug Simon bring jvmci-8 more into sync with jvmci-9
Sat, 04 Feb 2017 15:24:10 +0100 Doug Simon use raw method name symbol for isConstructor and isClassInitializer
Fri, 03 Feb 2017 21:08:05 +0100 Doug Simon 8173912: [JVMCI] fix memory overhead of JVMCI
Tue, 31 Jan 2017 16:44:20 +0100 Doug Simon lazily cache the name of a HotSpotResolvedJavaMethodImpl
Tue, 24 Jan 2017 13:03:27 +0100 Doug Simon add ResolvedJavaMethod.hasNeverInlineDirective (JDK-8172733)
Tue, 22 Nov 2016 11:34:29 +0100 Doug Simon ResolvedJavaMethod.getParameterAnnotations cannot return null
Mon, 07 Nov 2016 17:15:18 +0100 Doug Simon incomplete API to MethodParameters attribute (JDK-8169331)
Fri, 04 Nov 2016 14:22:47 +0100 Doug Simon use MethodParameters attribute instead of depending on -g option for sanity checks (JDK-8168915)
Wed, 21 Sep 2016 20:14:12 -0700 Tom Rodriguez Fix logic for printing HotSpotMethodData
Wed, 07 Sep 2016 15:17:13 +0200 Doug Simon remove uses of setAccessible (JDK-8165434)
Thu, 04 Aug 2016 18:07:20 +0200 Doug Simon 8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*) jvmci-0.18
Wed, 15 Jun 2016 00:00:41 +0200 Doug Simon fix HotSpotVMConfig startup performance (JDK-8159167)
Thu, 12 May 2016 20:57:31 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835)
Thu, 12 May 2016 11:06:49 +0200 Doug Simon Backed out changeset: a920338dd4d4
Wed, 11 May 2016 15:54:36 +0200 Doug Simon remove JVMCIError and UnsafeUtil classes (JDK-8156759)
Tue, 10 May 2016 11:17:23 +0200 Roland Schatz Make all get[Declared]Annotation methods look the same.
Mon, 09 May 2016 11:31:54 +0200 Roland Schatz Return empty array instead of null in getDeclaredAnnotations.
Fri, 06 May 2016 13:21:20 +0200 Roland Schatz Make ResolvedJava* types extend AnnotatedElement.
Tue, 23 Feb 2016 13:09:08 -0800 Tom Rodriguez Add dummy implementation of HotSpotResolvedJavaMethod.hasReservedAccess for compatibility with JDK9
Mon, 08 Feb 2016 10:05:21 +0100 Doug Simon JVMCI options should not use System.getProperty() directly (JDK-8146820)
Mon, 21 Dec 2015 15:53:56 +0100 Doug Simon removed @Option mechanism from JVMCI (GRAAL-1371)
Thu, 29 Oct 2015 13:13:46 +0100 Stefan Anzinger Change access to Method::_intrinsic_id back to u1 (JDK8 and JDK9 are different on this)
Tue, 27 Oct 2015 13:33:28 +0100 Doug Simon method intrinsic ids are 16-bit so use Unsafe.getChar(), not Unsafe.getByte() to read them
Fri, 23 Oct 2015 13:24:08 +0200 Andreas Woess narrow type of HotSpotResolvedJavaMethodImpl.toJavaCache to Executable
Thu, 08 Oct 2015 17:28:41 -0700 Tom Rodriguez Rename jdk.internal.jvmci to jdk.vm.ci base jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl.java@b6f7044f64ac