log

age author description
Fri, 21 Aug 2015 16:35:29 +0200 Doug Simon need to hold onto JFR Producer object to prevent it being garbage collected
Fri, 21 Aug 2015 13:18:40 +0200 Christian Humer Add ability to define a source target folder for distribution deployments.
Fri, 21 Aug 2015 12:13:43 +0200 Doug Simon guard against COMPILERJVMCI and COMPILER2 both being defined since they are mutually exclusive
Fri, 21 Aug 2015 11:39:38 +0200 Doug Simon moved SystemDictionary::jvmci_loader and SystemDictionary::init_jvmci_loader definitions to the header file
Fri, 21 Aug 2015 11:33:48 +0200 Doug Simon run JVMCI bootstrap iff BootstrapJVMCI is true
Fri, 21 Aug 2015 11:29:46 +0200 Doug Simon moved (newly) public method into public section
Fri, 21 Aug 2015 11:14:48 +0200 Doug Simon replace JVMCIDeferredInitBarriers with ReduceInitialCardMarks
Fri, 21 Aug 2015 11:05:48 +0200 Doug Simon use COMPILERJVMCI instead of INCLUDE_JVMCI when setting compiler name property
Thu, 20 Aug 2015 18:38:48 -0700 Tom Rodriguez Removed unused reference to BitSet
Thu, 20 Aug 2015 18:06:39 -0700 Tom Rodriguez Remove leftover code from when G1 wasn't supported
Thu, 20 Aug 2015 23:01:30 +0200 Doug Simon clarified error message when encountering an unexpected intrinsic id
Thu, 20 Aug 2015 22:57:39 +0200 Doug Simon added comment explaining why SharedRuntime::register_finalizer performs a dynamic check that an object has a finalizer
Thu, 20 Aug 2015 21:56:50 +0200 Doug Simon virtual object reallocation during deoptimization must always been done if INCLUDE_JVMCI is defined
Thu, 20 Aug 2015 21:55:07 +0200 Doug Simon JVMCI -> INCLUDE_JVMCI renames
Thu, 20 Aug 2015 21:54:35 +0200 Doug Simon updated symbols defined for hotspot CDT project
Thu, 20 Aug 2015 15:15:05 +0200 Roland Schatz Add comment to jvmci.properties file.
Thu, 20 Aug 2015 14:59:10 +0200 Roland Schatz Improved JavaDoc on HotSpotJVMCICompilerConfig.selectCompiler
Thu, 20 Aug 2015 14:56:20 +0200 Roland Schatz Don't create empty jvmci/src/{s,r,c} directories in mx.
Wed, 19 Aug 2015 16:37:42 -0700 Christian Wimmer Add unitests
Wed, 19 Aug 2015 16:27:06 -0700 Christian Wimmer Update makefile
Wed, 19 Aug 2015 16:16:49 -0700 Christian Wimmer amd64 and sparc code is not HotSpot-specific, therefore should be in JVMCI_API distribution
Wed, 19 Aug 2015 16:15:21 -0700 Christian Wimmer Add getAnnotations() method to ResolvedJavaType and ResolvedJavaField
Wed, 19 Aug 2015 13:37:41 +0200 Roland Schatz Remove unused class CalleeSaveLayout.
Wed, 19 Aug 2015 10:58:13 +0200 Doug Simon removed unnecessary @CallerSensitive usages
Mon, 17 Aug 2015 18:32:44 +0200 Roland Schatz Select default compiler from jvmci.compiler system property.
Tue, 11 Aug 2015 15:17:53 +0200 Roland Schatz Assertion checking alignment requirements in data section.
Mon, 17 Aug 2015 12:10:55 +0200 Stefan Anzinger Generate jvmci.make with all defined dependencies/bootclasspath regardless availability in the current enviornment
Mon, 17 Aug 2015 11:21:37 +0200 Stefan Anzinger Ignore projects in jvmci.make, when optional JRE/JDK library dependencies are not present
Fri, 14 Aug 2015 09:56:23 +0200 Stefan Anzinger [SPARC] Add LOAD_LOAD memory barrier as implicit barrier
Fri, 14 Aug 2015 09:27:42 +0200 Stefan Anzinger [SPARC] Add vmflags for BlockZeroing