log src/share/vm/jvmci/jvmci_globals.cpp @ 24234:ea6f94ab283b default tip

age author description
Fri, 16 Jun 2017 13:55:05 +0200 Doug Simon set jvmci.Compiler from <java.home>/jre/lib/jvmci/compiler-name before using its existence to change the default for UseJVMCICompiler
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, 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)
Wed, 28 Sep 2016 12:37:43 +0200 David Leopoldseder jvmci_globals: comment flag
Fri, 23 Sep 2016 17:54:00 +0200 David Leopoldseder jvmci_globals: add missing argument
Fri, 23 Sep 2016 16:33:12 +0200 David Leopoldseder move jvmci flag handling to JVMCIGlobals
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.cpp@89648a5a7f28