hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp
void GCTaskManager::set_resource_flag(uint which, bool value) {
  {- -------------------------------------------
  (1) 
      ---------------------------------------- -}
      assert(which < workers(), "index out of bounds");
      _resource_flag[which] = value;
    }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.