log src/share/vm/jvmci/jvmciCompilerToVM.cpp @ 23989:115d4e0d7b87

age author description
Thu, 26 Jan 2017 13:02:37 +0100 Doug Simon removed HotSpotResolvedJavaFieldImpl.name field
Tue, 24 Jan 2017 13:03:27 +0100 Doug Simon add ResolvedJavaMethod.hasNeverInlineDirective (JDK-8172733)
Wed, 07 Sep 2016 15:17:13 +0200 Doug Simon remove uses of setAccessible (JDK-8165434)
Wed, 24 Aug 2016 14:35:44 +0200 Doug Simon expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI compilers - part 2 (JDK-8164358) jvmci-0.20
Tue, 23 Aug 2016 22:58:50 +0200 Doug Simon include VarHandle in signature polymorphic method test (JDK-8164214)
Tue, 23 Aug 2016 22:46:08 +0200 Doug Simon expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI compilers (JDK-8164358)
Thu, 04 Aug 2016 18:07:20 +0200 Doug Simon 8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*) jvmci-0.18
Tue, 21 Jun 2016 14:36:16 -0700 Tom Rodriguez Rename JVMCIRuntime::max_oop_map_stack_offset to CompilerToVM::Data::_max_oop_map_stack_offset
Wed, 15 Jun 2016 00:00:41 +0200 Doug Simon fix HotSpotVMConfig startup performance (JDK-8159167)
Mon, 30 May 2016 22:56:59 +0200 Doug Simon make JVMCI JDK immutable and sharable among different JVMCI clients
Wed, 11 May 2016 16:41:28 +0200 Roland Schatz Remove support for patching Symbol pointers (JDK-8156768).
Wed, 06 Apr 2016 20:02:32 -0700 Tom Rodriguez 8152903: [JVMCI] CompilerToVM::resolveMethod should correctly handle private methods in interfaces
Mon, 14 Mar 2016 11:58:48 +0100 Roland Schatz Expose SharedRuntime::throw_and_post_jvmti_exception to JVMCI compilers.
Tue, 08 Mar 2016 10:01:28 -0800 Tom Rodriguez JVMCI should check is_not_compilable only for CompLevel_full_optimization
Tue, 08 Mar 2016 09:17:23 +0100 Doug Simon Backed out changeset 2d1ca131b8be
Mon, 07 Mar 2016 10:54:56 +0100 Doug Simon get VM internal flags when creating HotSpotResolvedJavaFieldImpl from Field reflection object (JDK-8151266)
Wed, 20 Jan 2016 13:56:34 -0800 Tom Rodriguez Add CompilerToVM.interpreterFrameSize to support stack banging for deopt
Thu, 14 Jan 2016 11:32:37 -0800 Tom Rodriguez Remove CompilerToVM.notifyCompilationStatistics
Fri, 13 Nov 2015 09:31:04 -0800 Tom Rodriguez Fix assertion failures with G1 barrier logic and guard InstalledCode updates
Wed, 11 Nov 2015 10:33:08 +0100 Roland Schatz Backport Handle fixes from jvmci-9.
Mon, 02 Nov 2015 11:18:51 -0800 Tom Rodriguez Restore missing InstalledCode.version increment
Thu, 29 Oct 2015 15:21:55 +0100 Roland Schatz 8139589: [JVMCI] throw exceptions in faulty code installation operations
Wed, 21 Oct 2015 20:39:03 -0700 Tom Rodriguez Use is_linked to guard getVtableIndexForInterfaceMethod
Wed, 21 Oct 2015 09:06:12 -0700 Christian Wimmer Move SpeculationLog implementation to HotSpotSpeculationLog, because it is not useful for other VMs
Thu, 08 Oct 2015 17:28:41 -0700 Tom Rodriguez Rename jdk.internal.jvmci to jdk.vm.ci
Wed, 30 Sep 2015 12:21:44 +0200 Gilles Duboscq 8137192: [JVMCI] GetNextStackFrameTest SIGSEGV @ ScopeDesc::objects()+0x1
Fri, 02 Oct 2015 10:13:56 +0200 Doug Simon reduced delta against jvmci-9
Thu, 01 Oct 2015 17:13:13 -0700 Tom Rodriguez Remove hasBalancedMonitors
Wed, 30 Sep 2015 15:58:36 -0700 Tom Rodriguez Ensure that not_entrant InstalledCode can still be invalidated
Wed, 30 Sep 2015 15:58:33 -0700 Tom Rodriguez Sanity check arguments to allocateCompileId
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
Tue, 01 Sep 2015 13:43:22 +0200 Roland Schatz Pass TargetDescription argument to CompilerToVM.installCode.
Fri, 28 Aug 2015 12:42:06 -1000 twisti Remove Java implementation of HotSpotConstantPool Cache and ResolvedReferences and HotSpotSymbol.
Fri, 28 Aug 2015 14:22:52 -0700 Tom Rodriguez Adjust meaning of TraceJVMCI levels
Mon, 24 Aug 2015 11:06:40 +0200 Doug Simon renames related to using metaspace wrappers instead of raw metaspace values
Fri, 21 Aug 2015 11:57:29 -0700 Tom Rodriguez Make jvmci redefinition safe
Wed, 12 Aug 2015 17:46:38 +0200 Doug Simon cleaned up and added more javadoc to CompilerToVM (JDK-8133194)
Mon, 10 Aug 2015 22:54:59 +0200 Doug Simon renamed exceptionTable* methods in CompilerToVM to getExceptionTable* and added javadoc (JDK-8133194)
Thu, 23 Jul 2015 15:05:22 -0700 Tom Rodriguez Remove unused JVMCI types from vmSymbols.hpp
Thu, 16 Jul 2015 07:47:07 -0700 twisti Add Java code for reading the constant pool cache plus sun.reflect.ConstantPool substitutions.
Mon, 22 Jun 2015 12:12:53 -0700 twisti Rename com.oracle.jvmci to jdk.internal.jvmci
Thu, 18 Jun 2015 18:09:19 +0200 Gilles Duboscq Make sure HotSpotConstantPool.loadReferencedType resolves invokehandle call sites properly. Fixes eager resolution problems at those call sites.
Mon, 01 Jun 2015 15:14:39 +0200 Gilles Duboscq Move HotSpotResolvedJavaMethod.getSpeculationLog to ResolvedJavaMethod
Thu, 28 May 2015 17:13:22 +0200 Doug Simon Merge. base src/share/vm/graal/graalCompilerToVM.cpp@fea8ed5a4400
Thu, 28 May 2015 15:36:48 +0200 Doug Simon recast all Graal native code as JVMCI code (JBS:GRAAL-53) base src/share/vm/graal/graalCompilerToVM.cpp@4be41a26e999