log src/share/vm/jvmci/jvmciCompilerToVM.cpp @ 24234:ea6f94ab283b default tip

age author description
Thu, 14 Sep 2017 13:00:31 +0200 Doug Simon HotSpotResolvedJavaMethod.setNotInlineable() should be renamed to represent actual behavior (JDK-8180487)
Thu, 07 Sep 2017 15:17:51 +0200 Doug Simon hosted use of JVMCI can crash VM under -Xint (JDK-8187315)
Fri, 18 Aug 2017 22:29:16 +0200 Doug Simon HotSpotResolvedJavaMethodImpl.hasNeverInlineDirective should respect Inline VM flag (JDK-8186235) jvmci-0.33
Tue, 08 Aug 2017 10:06:50 +0200 Doug Simon fixed missing exception propagation (JDK-8185790)
Thu, 03 Aug 2017 12:01:05 +0200 Lukas Stadler check for and forward exceptions in getNextStackFrame and materializeVirtualObjects
Fri, 30 Jun 2017 17:09:57 +0200 Doug Simon Get host class of VM anonymous class (JDK-8182310) jvmci-0.29
Tue, 14 Feb 2017 21:13:43 +0100 Doug Simon 8174961: [JVMCI] incorrect implementation of isCompilable
Wed, 08 Feb 2017 23:49:32 +0100 Doug Simon handle signature polymorphic methods correctly (JDK-8161550) jvmci-0.24
Tue, 07 Feb 2017 17:58:13 +0100 Doug Simon sync with JDK9 changes
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
Thu, 02 Feb 2017 23:58:25 +0100 Doug Simon [GR-2538] reduced memory overhead of HotSpotVMConfigStore
Tue, 31 Jan 2017 16:44:20 +0100 Doug Simon lazily cache the name of a HotSpotResolvedJavaMethodImpl
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