Top


定義場所(file name)

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

名前(function name)

void AbstractICache::invalidate_range(address start, int nbytes) {

本体部(body)

      static bool firstTime = true;
      if (firstTime) {
        guarantee(start == CAST_FROM_FN_PTR(address, _flush_icache_stub),
                  "first flush should be for flush stub");
        firstTime = false;
        return;
      }

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