src/hotspot/share/jvmci/jvmci_globals.cpp
changeset 54732 2d012a75d35c
parent 54669 ad45b3802d4e
child 54982 b18c8301b8c2
equal deleted inserted replaced
54731:81de17a33575 54732:2d012a75d35c
    81           "Improperly specified VM option UseJVMCICompiler: EnableJVMCI cannot be disabled\n");
    81           "Improperly specified VM option UseJVMCICompiler: EnableJVMCI cannot be disabled\n");
    82       return false;
    82       return false;
    83     }
    83     }
    84     FLAG_SET_DEFAULT(EnableJVMCI, true);
    84     FLAG_SET_DEFAULT(EnableJVMCI, true);
    85     if (BootstrapJVMCI && UseJVMCINativeLibrary) {
    85     if (BootstrapJVMCI && UseJVMCINativeLibrary) {
    86       jio_fprintf(defaultStream::error_stream(), "-XX:+BootstrapJVMCI is not compatible with -XX:+UseJVMCINativeLibrary");
    86       jio_fprintf(defaultStream::error_stream(), "-XX:+BootstrapJVMCI is not compatible with -XX:+UseJVMCINativeLibrary\n");
    87       return false;
    87       return false;
    88     }
    88     }
    89   }
    89   }
    90 
    90 
    91   if (!EnableJVMCI) {
    91   if (!EnableJVMCI) {