log

age author description
Mon, 28 Sep 2015 16:38:43 +0200 Doug Simon added mxbuild/ to .hgignore
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
Sun, 27 Sep 2015 15:44:36 +0200 Doug Simon changed linked resources in hotspot CDT project to reflect file system structure
Sun, 27 Sep 2015 15:10:30 +0200 Doug Simon adapt to mx change in terms of where generated output is placed
Fri, 25 Sep 2015 09:58:47 -0700 Tom Rodriguez Correct javadoc for CompilerToVM
Fri, 25 Sep 2015 18:45:35 +0200 Christian Humer Remove source deployment.
Fri, 25 Sep 2015 08:58:37 +0200 Doug Simon made JVMCIRuntime::save_options a void function
Thu, 24 Sep 2015 20:51:57 -0700 Tom Rodriguez Minor -G option parsing fixes
Thu, 24 Sep 2015 14:33:14 +0200 Roland Schatz Remove dependency from HotSpotJVMCIRuntime to CompilerFactory.
Thu, 24 Sep 2015 14:21:10 +0200 Roland Schatz JavaKind is not a PlatformKind.
Thu, 24 Sep 2015 13:58:05 +0200 Doug Simon restricted and documented constant pool entry types supported by resolveConstantInPool and resolvePossiblyCachedConstantInPool
Wed, 23 Sep 2015 19:36:50 +0200 Stefan Anzinger SPARCKind: Add 32 bit vector kinds
Wed, 23 Sep 2015 19:31:54 -0700 Tom Rodriguez trivial prefixes shoudl only apply to the compiler itself
Wed, 23 Sep 2015 19:16:55 -0700 Tom Rodriguez Initialize _monitor_safe
Wed, 23 Sep 2015 17:38:26 -0700 Tom Rodriguez Expose hasBalancedMonitors
Wed, 23 Sep 2015 17:38:06 -0700 Tom Rodriguez Fix toString output
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
Wed, 23 Sep 2015 15:43:53 +0200 Stefan Anzinger [SPARC] Remove JavaKind dependency
Tue, 22 Sep 2015 23:14:18 +0200 Doug Simon set default jvmci.compiler property explicitly based on available suites
Tue, 22 Sep 2015 22:35:02 +0200 Doug Simon renamed JVMCIRuntime::parse_properties to JVMCIRuntime::init_system_properties
Tue, 22 Sep 2015 22:29:28 +0200 Doug Simon JVMCI options are now passed as individual -Djvmci.option.<name>=<value> arguments on the command line instead of -Djvmci.options=<multiple options settings separated by spaces>
Tue, 22 Sep 2015 11:57:49 -0700 Christian Wimmer Remove assertion. It does not hold for fields with Word types, and the Word type is not known in JVMCI.
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:28:53 +0200 Roland Schatz Make implementation classes package private.
Tue, 22 Sep 2015 17:13:02 +0200 Roland Schatz Avoid public native methods in CompilerToVM class.
Tue, 22 Sep 2015 16:11:39 +0200 Roland Schatz Remove unused classes.
Tue, 22 Sep 2015 11:49:26 +0200 Roland Schatz Remove SPARC.spillSlotSize method.
Tue, 22 Sep 2015 11:35:36 +0200 Roland Schatz Remove TargetDescription.getSizeInBytes method.
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