hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp
changeset 29697 92501504191b
parent 29081 c61eb4914428
child 30147 af9a41999c6e
equal deleted inserted replaced
29696:01571dfab5be 29697:92501504191b
    96 
    96 
    97   // To be able to handle a GC the VM initialization needs to be completed.
    97   // To be able to handle a GC the VM initialization needs to be completed.
    98   if (!is_init_completed()) {
    98   if (!is_init_completed()) {
    99     vm_exit_during_initialization(
    99     vm_exit_during_initialization(
   100       err_msg("GC triggered before VM initialization completed. Try increasing "
   100       err_msg("GC triggered before VM initialization completed. Try increasing "
   101               "NewSize, current value " UINTX_FORMAT "%s.",
   101               "NewSize, current value " SIZE_FORMAT "%s.",
   102               byte_size_in_proper_unit(NewSize),
   102               byte_size_in_proper_unit(NewSize),
   103               proper_unit_for_byte_size(NewSize)));
   103               proper_unit_for_byte_size(NewSize)));
   104   }
   104   }
   105 
   105 
   106   acquire_pending_list_lock();
   106   acquire_pending_list_lock();