Top


定義場所(file name)

hotspot/src/share/vm/runtime/interfaceSupport.cpp

名前(function name)

void InterfaceSupport::zombieAll() {

本体部(body)

      if (is_init_completed() && zombieAllCounter > ZombieALotInterval) {
        zombieAllCounter = 0;
        VM_ZombieAll op;
        VMThread::execute(&op);
      } else {
        zombieAllCounter++;
      }
    }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.