src/hotspot/share/runtime/arguments.cpp
changeset 58926 ecb801342b8c
parent 58894 b95bead30957
child 59016 3b9eeae66fa0
equal deleted inserted replaced
58925:9bbe560e8131 58926:ecb801342b8c
  4027     LogConfiguration::configure_stdout(LogLevel::Off, true, LOG_TAGS(cds));
  4027     LogConfiguration::configure_stdout(LogLevel::Off, true, LOG_TAGS(cds));
  4028   }
  4028   }
  4029   no_shared_spaces("CDS Disabled");
  4029   no_shared_spaces("CDS Disabled");
  4030 #endif // INCLUDE_CDS
  4030 #endif // INCLUDE_CDS
  4031 
  4031 
       
  4032 #ifndef TIERED
       
  4033   if (FLAG_IS_CMDLINE(CompilationMode)) {
       
  4034     warning("CompilationMode has no effect in non-tiered VMs");
       
  4035   }
       
  4036 #endif
       
  4037 
  4032   return JNI_OK;
  4038   return JNI_OK;
  4033 }
  4039 }
  4034 
  4040 
  4035 jint Arguments::apply_ergo() {
  4041 jint Arguments::apply_ergo() {
  4036   // Set flags based on ergonomics.
  4042   // Set flags based on ergonomics.