log

age author description
Thu, 18 Dec 2014 21:59:05 -0800 amurillo 8067802: Update the Hotspot version numbers in Hotspot for JDK 8u60
Fri, 19 Dec 2014 01:29:51 +0000 dholmes Merge
Thu, 18 Dec 2014 19:49:28 -0500 dholmes Merge
Tue, 25 Nov 2014 21:00:21 -0500 dholmes 8035663: Suspicious failure of test java/util/concurrent/Phaser/FickleRegister.java
Tue, 25 Nov 2014 15:59:42 +0100 goetz 8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
Thu, 18 Dec 2014 09:52:55 +0000 kevinw Merge
Thu, 18 Dec 2014 08:54:32 +0000 kevinw Merge
Thu, 04 Dec 2014 12:43:45 +0000 kevinw 8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge
Wed, 03 Dec 2014 20:40:00 +0000 kevinw 8039995: Test serviceability/sa/jmap-hashcode/Test8028623.java fails on some Linux/Mac machines.
Mon, 01 Dec 2014 18:22:45 +0400 vkempik 8058935: CPU detection gives 0 cores per cpu, 2 threads per core in Amazon EC2 environment
Mon, 29 Dec 2014 19:40:48 -0800 lana Merge
Wed, 17 Dec 2014 14:46:33 -0800 katleman Added tag jdk8u60-b00 for changeset d9349fa88223
Wed, 17 Dec 2014 14:38:47 -0800 lana Merge
Tue, 16 Dec 2014 09:19:27 -0800 amurillo Merge
Fri, 22 Jan 2016 12:48:57 -1000 twisti Use a reserved registers array in initAllocatable.
Fri, 22 Jan 2016 12:48:29 -1000 twisti [AArch64]: We need zr and sp as separate registers.
Fri, 22 Jan 2016 14:05:49 -0800 Tom Rodriguez Always check the type of CallingConvention.Type
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
Wed, 16 Dec 2015 16:08:05 -0800 Christian Wimmer Make method public
Tue, 15 Dec 2015 10:55:55 -0800 Tom Rodriguez Make JVMCIJavaClasses look a little more like JDK9 version
Tue, 15 Dec 2015 09:46:00 -0800 Tom Rodriguez Add pc to deoptimized LogCompilation message
Tue, 15 Dec 2015 09:44:47 -0800 Tom Rodriguez Handle missing level in LogCompilation output
Tue, 15 Dec 2015 09:03:09 -0800 Tom Rodriguez Group recompilations by method name only in LogCompilation tool
Tue, 15 Dec 2015 09:02:42 -0800 Tom Rodriguez Allow importing multiple files at once in IGV
Mon, 14 Dec 2015 12:38:57 -0800 Tom Rodriguez For previous commit: Add missing printing logic for oop arguments in dependencies
Mon, 14 Dec 2015 12:02:18 -0800 Tom Rodriguez -s
Tue, 08 Dec 2015 17:58:45 +0100 Doug Simon JVMCI compiler initialization can happen on different thread than JVMCI initialization
Tue, 08 Dec 2015 01:03:01 +0100 Doug Simon use bool type for TraceClassLoadingStack option
Fri, 04 Dec 2015 13:47:46 +0100 Doug Simon workaround for Eclipse bug 367599
Thu, 26 Nov 2015 14:49:10 +0100 Doug Simon added JVMCI specific option TraceClassLoadingStack to see why classes are loaded
Thu, 26 Nov 2015 02:28:38 +0100 Doug Simon bug fix for 8143730