hotspot/src/share/vm/runtime/arguments.cpp
changeset 31373 21f527ce09e0
parent 31371 311143309e73
parent 31354 12cad1fdf944
child 31377 229b4eb67c2b
equal deleted inserted replaced
31372:9821df46cf47 31373:21f527ce09e0
  1387   // If either of the static initialization defaults have changed, note this
  1387   // If either of the static initialization defaults have changed, note this
  1388   // modification.
  1388   // modification.
  1389   if (!FLAG_IS_DEFAULT(OldPLABSize) || !FLAG_IS_DEFAULT(OldPLABWeight)) {
  1389   if (!FLAG_IS_DEFAULT(OldPLABSize) || !FLAG_IS_DEFAULT(OldPLABWeight)) {
  1390     CFLS_LAB::modify_initialization(OldPLABSize, OldPLABWeight);
  1390     CFLS_LAB::modify_initialization(OldPLABSize, OldPLABWeight);
  1391   }
  1391   }
       
  1392 
       
  1393   if (!ClassUnloading) {
       
  1394     FLAG_SET_CMDLINE(bool, CMSClassUnloadingEnabled, false);
       
  1395     FLAG_SET_CMDLINE(bool, ExplicitGCInvokesConcurrentAndUnloadsClasses, false);
       
  1396   }
       
  1397 
  1392   if (PrintGCDetails && Verbose) {
  1398   if (PrintGCDetails && Verbose) {
  1393     tty->print_cr("MarkStackSize: %uk  MarkStackSizeMax: %uk",
  1399     tty->print_cr("MarkStackSize: %uk  MarkStackSizeMax: %uk",
  1394       (unsigned int) (MarkStackSize / K), (uint) (MarkStackSizeMax / K));
  1400       (unsigned int) (MarkStackSize / K), (uint) (MarkStackSizeMax / K));
  1395     tty->print_cr("ConcGCThreads: %u", ConcGCThreads);
  1401     tty->print_cr("ConcGCThreads: %u", ConcGCThreads);
  1396   }
  1402   }