log src/share/vm/jvmci/jvmciCompilerToVM.cpp @ 22636:1ec4129907b3

age author description
Tue, 29 Sep 2015 22:13:22 +0200 Doug Simon made CompilerToVM package-private
Tue, 22 Sep 2015 18:01:15 +0200 Gilles Duboscq JDK-8135277: [JVMCI] assert(fr().is_deoptimized_frame()) failed: frame must be scheduled for deoptimization
Thu, 24 Sep 2015 00:27:14 +0200 Doug Simon fixed javadoc for lookupNameRefInPool and lookupSignatureRefInPool in CompilerToVM and renamed them to lookupNameInPool and lookupSignatureInPool
Tue, 22 Sep 2015 08:51:10 -0700 Tom Rodriguez Don't expect internal fields when rematerializing object for C2 methods
Tue, 22 Sep 2015 17:13:02 +0200 Roland Schatz Avoid public native methods in CompilerToVM class.
Fri, 18 Sep 2015 10:01:42 -0700 Tom Rodriguez Use separate throws
Fri, 18 Sep 2015 10:49:43 +0200 Stefan Anzinger CompilerToVM.getVtableIndexForInterfaceMethod check if receiver class is initialized (JDK-8136655)
Fri, 18 Sep 2015 10:10:55 +0200 Stefan Anzinger CompilerToVm.getVtableIndexForInterfaceMethod must not allow non-interface methods (JDK-8136659)
Thu, 17 Sep 2015 21:28:18 -0700 Tom Rodriguez Remove leftover printing code
Thu, 17 Sep 2015 12:11:28 -0700 Tom Rodriguez HotSpotMethodData must handle profile data when TypeProfileLevel is non-zero
Fri, 11 Sep 2015 18:52:57 -1000 twisti Fixed bug in assert in lookupType plus some exception throwing improvements.
Wed, 09 Sep 2015 17:56:30 -0700 Tom Rodriguez Rename jvmciJavaAccess.* to jvmciJavaClasses.*
Wed, 09 Sep 2015 22:12:31 +0200 Doug Simon made CompilertoVM a final concrete class and removed CompilerToVMImpl (GRAAL-1255)
Wed, 09 Sep 2015 20:30:21 +0200 Doug Simon added use of TRACE_CALL macro to JVMCI runtime calls (GRAAL-1255)
Thu, 03 Sep 2015 13:30:54 -0700 Tom Rodriguez jvmciJavaAccess classes are always instanceKlasses