log

age author description
Tue, 22 Sep 2015 01:48:51 +0200 twisti Make HotSpotCodeCacheProvider.installMethod throw an exception if code installation fails
Tue, 22 Sep 2015 01:48:34 +0200 Doug Simon fixed C warning
Mon, 21 Sep 2015 17:18:57 +0200 Doug Simon avoid creating providers for unnamed JVMCI services
Mon, 21 Sep 2015 15:01:13 +0200 Roland Schatz Remove rawValue from HotSpotMetaspaceConstantImpl, patch raw pointer at code installation time.
Mon, 21 Sep 2015 11:48:40 +0200 Stefan Anzinger Create default for os::default_file_open_flags on Solaris; JVMCIRuntime::parse_lines: use ::open instead of os::open
Fri, 18 Sep 2015 14:31:54 -0700 Tom Rodriguez Fix trivial prefixes code
Fri, 18 Sep 2015 10:01:42 -0700 Tom Rodriguez Use separate throws
Fri, 18 Sep 2015 09:47:14 -0700 Tom Rodriguez Fix race in initialization of trivial prefixes
Fri, 18 Sep 2015 16:23:13 +0200 Stefan Anzinger JVMCIRuntime::parse_lines use os::default_file_open_flags for opening files
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)
Fri, 18 Sep 2015 15:16:15 +0200 Doug Simon added CompilerToVM.compilerToVM() for static access to the CompilerToVM instance
Fri, 18 Sep 2015 15:05:04 +0200 Doug Simon consistently use HotSpotVMConfig.config() for static access to the HotSpotVMConfig instance
Fri, 18 Sep 2015 12:11:45 +0200 Roland Schatz Add asConstantJavaValue method to ValueUtil.
Fri, 18 Sep 2015 11:52:39 +0200 Roland Schatz Use AMD64Kind instead of JavaKind in AMD64 backend.
Fri, 18 Sep 2015 11:29:40 +0200 Roland Schatz Use illegal PlatformKind instead of JavaKind.Illegal in LIRKind.Illegal.
Fri, 18 Sep 2015 11:26:41 +0200 Roland Schatz Remove unused method.
Thu, 17 Sep 2015 21:28:18 -0700 Tom Rodriguez Remove leftover printing code
Thu, 17 Sep 2015 18:25:08 -0700 Tom Rodriguez Replace JVMCICompileWithC1Only with package based controls
Thu, 17 Sep 2015 12:58:40 -0700 Tom Rodriguez Propagate exceptions up instead of aborting
Thu, 17 Sep 2015 12:11:28 -0700 Tom Rodriguez HotSpotMethodData must handle profile data when TypeProfileLevel is non-zero
Thu, 17 Sep 2015 12:10:17 -0700 Tom Rodriguez HotSpotMethodData shouldn't hardcode constants
Thu, 17 Sep 2015 13:52:48 +0200 Roland Schatz Remove unnecessary toStackKind conversion.
Thu, 17 Sep 2015 10:27:23 +0200 Roland Schatz Use arrayIndexScale instead of element size to calculate memory consumption of arrays.
Wed, 16 Sep 2015 13:40:05 +0200 Doug Simon updated imports to be explicit and added checkstyle rule to forbid * imports
Wed, 16 Sep 2015 13:20:35 +0200 Stefan Anzinger [SPARC] Put d0..d28 into the FPUd register category
Wed, 16 Sep 2015 12:01:26 +0200 Roland Schatz Clean separation between backend and frontend wordKind.
Tue, 15 Sep 2015 21:48:17 -0700 Tom Rodriguez CHA with default methods is broken
Tue, 15 Sep 2015 18:13:11 -0700 Christian Wimmer Merge
Tue, 15 Sep 2015 18:12:33 -0700 Christian Wimmer Allow merging of DataSection, provide basic thread safety for adding Data to DataSection
Wed, 16 Sep 2015 01:04:47 +0200 Doug Simon added static accessor for HotSpotVMConfig object in singleton HotSpotJVMCIRuntime instance
Tue, 15 Sep 2015 23:56:10 +0200 Doug Simon removed HotSpotVMEventListener.completeInitialization; moved implementation of -Djvmci.printconfig=true to JVMCI; moved javadoc to method from static initializer
Tue, 15 Sep 2015 18:01:46 +0200 Gilles Duboscq Add mx_jvmci API to prepend ClasspathDependencies to the bootclasspath of the jvmci JDK
Mon, 14 Sep 2015 09:43:01 -0700 Tom Rodriguez Remove unused flags JVMCIUseFastNewTypeArray, JVMCIUseFastNewObjectArray and JVMCIPrintSimpleStubs.
Sun, 13 Sep 2015 21:27:58 -1000 twisti Missed removing get_pc declaration in 6be3f4b4132c
Fri, 11 Sep 2015 18:52:57 -1000 twisti Fixed bug in assert in lookupType plus some exception throwing improvements.
Mon, 14 Sep 2015 18:11:45 +0200 Stefan Anzinger [SPARC] Fix problems introduced on refactoring Kind.Object and Value.getKind()
Mon, 14 Sep 2015 17:05:34 +0200 Roland Schatz HotSpotMetaspaceConstantImpl is not a PrimitiveConstant.
Mon, 14 Sep 2015 16:25:07 +0200 Doug Simon made HotSpotJVMCIRuntimeProvider.getArrayBaseOffset and HotSpotJVMCIRuntimeProvider.getArrayIndexScale static
Mon, 14 Sep 2015 08:47:57 +0200 Doug Simon removed unused DebugJVMCI flag
Mon, 14 Sep 2015 14:40:16 +0200 Stefan Anzinger JVMCIRuntime::parse_properties use ::read instead of os::read
Fri, 11 Sep 2015 14:11:11 -0700 Tom Rodriguez Remove TODO and author comment
Fri, 11 Sep 2015 16:41:50 +0200 Doug Simon removed author tags in comments
Thu, 10 Sep 2015 16:25:43 -0700 Tom Rodriguez Move CompileTheWorldMain out of JVMCI
Thu, 10 Sep 2015 16:25:32 -0700 Tom Rodriguez cleanup GrowableArray sorted find and insert
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 21:11:57 +0200 Doug Simon made HotSpotJVMCIRuntime.compilerToVm final (GRAAL-1255)
Wed, 09 Sep 2015 20:30:21 +0200 Doug Simon added use of TRACE_CALL macro to JVMCI runtime calls (GRAAL-1255)
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
Wed, 09 Sep 2015 11:17:58 -0700 Tom Rodriguez Fix assertion failure in JVMCIRuntime::metadata_do
Wed, 09 Sep 2015 15:27:45 +0200 Doug Simon renamed constant field to UNSAFE
Wed, 09 Sep 2015 12:22:15 +0200 Doug Simon restricted Unsafe capability access to package or class scope
Tue, 08 Sep 2015 18:08:38 -0700 Tom Rodriguez Renames to be more consistent with jvmci-9
Tue, 08 Sep 2015 17:17:53 -0700 Tom Rodriguez Reenable _gc_waste assert
Tue, 08 Sep 2015 16:41:04 -0700 Tom Rodriguez Remove BufferBlob from JavaThread and allocate as needed during compilation
Tue, 08 Sep 2015 11:13:51 -0700 Tom Rodriguez Fix typo
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 17:10:38 +0200 Doug Simon added support for embedding spaces in JVMCI options using % as the escape character (note: do not use with -G:, only with -Djvmci.option=...)