src/share/vm/runtime/icache.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "incls/_precompiled.incl" ! #include "incls/_icache.cpp.incl" // The flush stub function address AbstractICache::flush_icache_stub_t AbstractICache::_flush_icache_stub = NULL; void AbstractICache::initialize() { --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "memory/resourceArea.hpp" ! #include "runtime/icache.hpp" // The flush stub function address AbstractICache::flush_icache_stub_t AbstractICache::_flush_icache_stub = NULL; void AbstractICache::initialize() {