log

age author description
Thu, 21 Jan 2016 13:53:26 -0800 Christian Wimmer Make CallingConvention.Type extensible; remove unused stackOnly parameter
Wed, 20 Jan 2016 13:56:34 -0800 Tom Rodriguez Add CompilerToVM.interpreterFrameSize to support stack banging for deopt
Wed, 20 Jan 2016 11:13:45 +0100 Roland Schatz Backport isImmutablePIC field from jvmci-9, and add documentation.
Tue, 19 Jan 2016 17:36:21 -0800 Christian Wimmer Move data fields from CompiledCode to HotSpotCompiledCode
Tue, 19 Jan 2016 13:32:31 -0800 Tom Rodriguez JVMCICompiler.compileMethod should always return non-null
Tue, 19 Jan 2016 11:07:20 -0800 Tom Rodriguez Fixed spelling of getFailureMessage
Tue, 19 Jan 2016 11:55:30 +0100 Doug Simon added JVMCI_VERSION constant
Fri, 15 Jan 2016 08:29:11 -0800 Tom Rodriguez Merge
Thu, 14 Jan 2016 17:45:25 -0800 Tom Rodriguez Remove unused vmSymbol
Thu, 14 Jan 2016 17:29:44 -0800 Tom Rodriguez Remove incorrect assert
Fri, 15 Jan 2016 16:50:19 +0100 Roland Schatz Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Fri, 15 Jan 2016 15:51:01 +0100 Roland Schatz Remove unused method.
Fri, 15 Jan 2016 16:17:37 +0100 Doug Simon rename classes to denote jvmci version
Thu, 14 Jan 2016 11:36:05 -0800 Tom Rodriguez JVMCI PrintCompilation support should reuse CompileBroker logic
Thu, 14 Jan 2016 11:32:37 -0800 Tom Rodriguez Remove CompilerToVM.notifyCompilationStatistics
Wed, 13 Jan 2016 16:41:53 +0100 Roland Schatz Fix compiler warning.
Tue, 12 Jan 2016 12:54:31 -0800 Tom Rodriguez Add support for passing back bailout messages
Tue, 12 Jan 2016 15:03:56 +0100 Doug Simon register JVMCIJDKFactory at module load time
Mon, 11 Jan 2016 15:10:32 +0100 Stefan Anzinger Perform a clean in jvmci.make when main clean target is called as well
Fri, 08 Jan 2016 23:45:00 +0100 Doug Simon converted select_task_blocking_aware into select_task_helper (GRAAL-1387)
Fri, 08 Jan 2016 22:24:51 +0100 Doug Simon improved error message and fixed macro usage (GRAAL-1387)
Fri, 08 Jan 2016 17:30:33 +0100 Doug Simon improved JVMCI support for blocking compilation (GRAAL-1387)
Wed, 30 Dec 2015 17:55:07 +0100 Doug Simon removed @ServiceProvider mechanism (GRAAL-1380)
Sat, 26 Dec 2015 15:00:55 +0100 Doug Simon must not fold accesses to @Stable fields if -XX:-FoldStableValues (GRAAL-58)
Thu, 24 Dec 2015 09:50:27 -1000 twisti 8143072: [JVMCI] Port JVMCI to AArch64
Mon, 21 Dec 2015 15:53:56 +0100 Doug Simon removed @Option mechanism from JVMCI (GRAAL-1371)
Sun, 20 Dec 2015 23:15:24 +0100 Doug Simon tightened signature of ConstantReflectionProvider methods for reading fields
Fri, 18 Dec 2015 00:11:35 -0800 Tom Rodriguez Report all recompilations in the LogCompilation tool
Fri, 18 Dec 2015 00:10:30 -0800 Tom Rodriguez Make node searches look through all the graphs for a match
Wed, 16 Dec 2015 20:18:20 -0800 Tom Rodriguez OptionValues should be public or package