mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8257020: [JVMCI] enable a JVMCICompiler to specify which GCs it supports
Reviewed-by: stefank, kvn
This commit is contained in:
parent
129c37700f
commit
fa58671f9f
21 changed files with 197 additions and 41 deletions
|
@ -155,7 +155,10 @@ class JVMCIGlobals {
|
|||
// Convert JVMCI experimental flags to product
|
||||
static bool enable_jvmci_product_mode(JVMFlagOrigin);
|
||||
|
||||
// Check and exit VM with error if selected GC is not supported by JVMCI.
|
||||
// Returns true iff the GC fully supports JVMCI.
|
||||
static bool gc_supports_jvmci();
|
||||
|
||||
// Check and turn off EnableJVMCI if selected GC does not support JVMCI.
|
||||
static void check_jvmci_supported_gc();
|
||||
|
||||
static fileStream* get_jni_config_file() { return _jni_config_file; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue