log src/share/vm/jvmci/jvmciCodeInstaller.hpp @ 24224:3aed4cb813f4 jvmci-0.33

age author description
Mon, 23 Jan 2017 12:12:16 -0800 Tom Rodriguez 8169938: [AOT] SIGSEGV at ~BufferBlob::vtable chunks
Wed, 28 Sep 2016 16:39:44 -0700 Tom Rodriguez Record metadata_Relocations for metadata references
Mon, 21 Mar 2016 18:55:07 +0100 Roland Schatz Fix wrong pointer cast.
Mon, 14 Mar 2016 11:58:48 +0100 Roland Schatz Expose SharedRuntime::throw_and_post_jvmti_exception to JVMCI compilers.
Thu, 11 Feb 2016 12:29:40 -1000 twisti 8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions
Thu, 04 Feb 2016 10:38:07 +0100 Roland Schatz Use explicit StackSlot instead of int offset for the deopt rescue slot.
Fri, 15 Jan 2016 16:50:19 +0100 Roland Schatz Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Wed, 25 Nov 2015 20:41:26 +0100 Doug Simon 8143730 [JVMCI] infopoint recording is too restrictive
Mon, 09 Nov 2015 14:34:33 +0100 Roland Schatz Pass Handle per value.
Thu, 05 Nov 2015 10:59:29 +0100 Roland Schatz Make kindToBasicType trapping.
Tue, 03 Nov 2015 16:55:51 +0100 Roland Schatz 8139589: [JVMCI] Using fthrow when throwing JVMCIError.
Thu, 29 Oct 2015 15:21:55 +0100 Roland Schatz 8139589: [JVMCI] throw exceptions in faulty code installation operations
Thu, 15 Oct 2015 17:30:42 +0200 Doug Simon removed ununsed code
Fri, 02 Oct 2015 10:13:56 +0200 Doug Simon reduced delta against jvmci-9
Mon, 21 Sep 2015 15:01:13 +0200 Roland Schatz Remove rawValue from HotSpotMetaspaceConstantImpl, patch raw pointer at code installation time.
Tue, 08 Sep 2015 16:41:04 -0700 Tom Rodriguez Remove BufferBlob from JavaThread and allocate as needed during compilation
Tue, 08 Sep 2015 17:43:41 +0200 Roland Schatz Use wordKind instead of Kind.Object in backend.
Tue, 01 Sep 2015 13:43:22 +0200 Roland Schatz Pass TargetDescription argument to CompilerToVM.installCode.
Fri, 28 Aug 2015 13:18:24 +0200 Roland Schatz Explicitly store slot kinds in DebugInfo.
Wed, 03 Jun 2015 20:24:05 -0700 Tom Rodriguez Track max live register value in reference map
Wed, 03 Jun 2015 19:57:38 -0700 Tom Rodriguez Simplify interface to reference map
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/graalCodeInstaller.hpp@98a870f8111d