src/share/vm/runtime/park.cpp

Print this page

        

*** 20,32 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ - # include "incls/_precompiled.incl" - # include "incls/_park.cpp.incl" // Lifecycle management for TSM ParkEvents. // ParkEvents are type-stable (TSM). // In our particular implementation they happen to be immortal. --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #include "precompiled.hpp" + #include "runtime/thread.hpp" // Lifecycle management for TSM ParkEvents. // ParkEvents are type-stable (TSM). // In our particular implementation they happen to be immortal.