8243339: AArch64: Obsolete UseBarriersForVolatile option

Reviewed-by: adinn, aph, drwhite
This commit is contained in:
Xiaohong Gong 2020-05-27 15:17:09 +08:00
parent 1357c01e57
commit bc669dfc82
17 changed files with 319 additions and 758 deletions

View file

@ -42,6 +42,7 @@ JVMCICompiler::JVMCICompiler() : AbstractCompiler(compiler_jvmci) {
// Initialization
void JVMCICompiler::initialize() {
assert(!is_c1_or_interpreter_only(), "JVMCI is launched, it's not c1/interpreter only mode");
if (!UseCompiler || !EnableJVMCI || !UseJVMCICompiler || !should_perform_init()) {
return;
}