log src/share/vm/jvmci/jvmciCodeInstaller.cpp @ 23408:f84a5ac3be22

age author description
Mon, 30 May 2016 22:56:59 +0200 Doug Simon make JVMCI JDK immutable and sharable among different JVMCI clients
Fri, 13 May 2016 14:33:19 +0200 Roland Schatz Replace LIRKind with abstract base class (JDK-8156942).
Wed, 11 May 2016 16:41:28 +0200 Roland Schatz Remove support for patching Symbol pointers (JDK-8156768).
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
Fri, 05 Feb 2016 11:33:27 +0100 Roland Schatz Typo in jvmciCodeInstaller.cpp
Thu, 04 Feb 2016 10:38:07 +0100 Roland Schatz Use explicit StackSlot instead of int offset for the deopt rescue slot.
Tue, 19 Jan 2016 17:36:21 -0800 Christian Wimmer Move data fields from CompiledCode to HotSpotCompiledCode
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.
Mon, 02 Nov 2015 11:24:40 +0100 Stefan Anzinger 8139589: Remove left over call to pd_patch_DataSectionReference
Thu, 29 Oct 2015 15:21:55 +0100 Roland Schatz 8139589: [JVMCI] throw exceptions in faulty code installation operations
Thu, 22 Oct 2015 12:43:42 +0200 Doug Simon only install evol_method dependencies if JVMTI needs them
Fri, 02 Oct 2015 10:13:56 +0200 Doug Simon reduced delta against jvmci-9
Tue, 22 Sep 2015 01:48:34 +0200 Doug Simon fixed C warning
Mon, 21 Sep 2015 15:01:13 +0200 Roland Schatz Remove rawValue from HotSpotMetaspaceConstantImpl, patch raw pointer at code installation time.
Mon, 14 Sep 2015 17:05:34 +0200 Roland Schatz HotSpotMetaspaceConstantImpl is not a PrimitiveConstant.
Fri, 11 Sep 2015 16:41:50 +0200 Doug Simon removed author tags in comments
Wed, 09 Sep 2015 17:56:30 -0700 Tom Rodriguez Rename jvmciJavaAccess.* to jvmciJavaClasses.*
Wed, 09 Sep 2015 20:29:40 +0200 Doug Simon renamed TraceJVMCI option to JVMCITraceLevel and ensured all tracing controlled by this option uses the TRACE_jvmci_* macros
Tue, 08 Sep 2015 16:41:04 -0700 Tom Rodriguez Remove BufferBlob from JavaThread and allocate as needed during compilation
Tue, 08 Sep 2015 19:07:16 +0200 Roland Schatz Refactoring: Rename Kind to JavaKind.
Tue, 08 Sep 2015 17:43:41 +0200 Roland Schatz Use wordKind instead of Kind.Object in backend.
Tue, 08 Sep 2015 14:13:38 +0200 Roland Schatz Remove Value.getKind().
Wed, 02 Sep 2015 12:02:17 +0200 Roland Schatz Collapse Value and AbstractValue into a single abstract base class.
Tue, 01 Sep 2015 13:43:22 +0200 Roland Schatz Pass TargetDescription argument to CompilerToVM.installCode.