src/share/vm/interpreter/templateTable.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/_templateTable.cpp.incl" #ifdef CC_INTERP void templateTable_init() { --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "gc_interface/collectedHeap.hpp" ! #include "interpreter/templateTable.hpp" ! #include "runtime/timer.hpp" #ifdef CC_INTERP void templateTable_init() {