This commit is contained in:
Bharadwaj Yadavalli 2016-04-19 15:26:59 -04:00
commit d61df5babe
205 changed files with 13672 additions and 10504 deletions

View file

@ -4513,6 +4513,11 @@ jint Arguments::apply_ergo() {
warning("Setting CompressedClassSpaceSize has no effect when compressed class pointers are not used");
}
if (UseOnStackReplacement && !UseLoopCounter) {
warning("On-stack-replacement requires loop counters; enabling loop counters");
FLAG_SET_DEFAULT(UseLoopCounter, true);
}
#ifndef PRODUCT
if (!LogVMOutput && FLAG_IS_DEFAULT(LogVMOutput)) {
if (use_vm_log()) {