log src/share/vm/jvmci/jvmci_globals.hpp @ 24145:2f2299c68571 jvmci-0.27

age author description
Thu, 15 Jun 2017 21:38:21 +0200 Doug Simon change default of UseJVMCICompiler based on jvmci.Compiler property (which can now be set from <java.home>/jre/lib/jvmci/compiler-name) jvmci-0.27
Thu, 15 Jun 2017 12:04:08 +0200 Doug Simon use existence of <java.home>/lib/use-jvmci-compiler-by-default to override default value of UseJVMCICompiler
Thu, 15 Jun 2017 01:01:04 +0200 Doug Simon set +UseJVMCICompiler ergonomically if jvmci.class.path.append is defined or there is at least one jar file in jre/lib/jvmci apart from the JVMCI API jars
Wed, 14 Jun 2017 20:27:54 +0200 Doug Simon make -XX:+UseJVMCICompiler the default
Wed, 19 Oct 2016 20:22:48 +0200 Doug Simon -XX:+JVMCIPrintProperties should exit after printing (JDK-8168295)
Wed, 05 Oct 2016 22:07:45 +0200 Doug Simon renamed JVMCIPrintSystemProperties to JVMCIPrintProperties
Wed, 05 Oct 2016 13:58:15 +0200 Doug Simon renamed JVMCIPrintFlags to JVMCIPrintSystemProperties
Tue, 04 Oct 2016 22:14:32 +0200 Doug Simon added -XX:+JVMCIPrintFlags to support printing of JVMCI flags without having to know how to trigger JVMCI initialization
Tue, 04 Oct 2016 21:58:49 +0200 Doug Simon move MethodProfileWidth to jvmci_globals.hpp (JDK-8163864)
Fri, 23 Sep 2016 16:33:12 +0200 David Leopoldseder move jvmci flag handling to JVMCIGlobals
Tue, 21 Jun 2016 17:16:26 +0200 Doug Simon the client VM build is broken when INCLUDE_JVMCI is defined (JDK-8159888)
Mon, 30 May 2016 22:56:59 +0200 Doug Simon make JVMCI JDK immutable and sharable among different JVMCI clients
Tue, 24 May 2016 13:51:28 +0200 Roland Schatz Remove jvmci VM configuration, and backport UseJVMCICompiler flag.
Tue, 08 Dec 2015 01:03:01 +0100 Doug Simon use bool type for TraceClassLoadingStack option
Thu, 26 Nov 2015 14:49:10 +0100 Doug Simon added JVMCI specific option TraceClassLoadingStack to see why classes are loaded
Thu, 17 Sep 2015 18:25:08 -0700 Tom Rodriguez Replace JVMCICompileWithC1Only with package based controls
Mon, 14 Sep 2015 09:43:01 -0700 Tom Rodriguez Remove unused flags JVMCIUseFastNewTypeArray, JVMCIUseFastNewObjectArray and JVMCIPrintSimpleStubs.
Mon, 14 Sep 2015 08:47:57 +0200 Doug Simon removed unused DebugJVMCI flag
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
Fri, 04 Sep 2015 17:02:03 -0700 Tom Rodriguez Remove JVMCIHProfEnabled.
Mon, 31 Aug 2015 11:13:32 -0700 Tom Rodriguez rename jvmciGlobals to be consistent with c1_globals and c2_globals base src/share/vm/jvmci/jvmciGlobals.hpp@9d9cb80189e0