< prev index next >

src/hotspot/share/gc/shared/gcId.cpp

Print this page

        

*** 21,32 **** * questions. * */ #include "precompiled.hpp" #include "gc/shared/gcId.hpp" - #include "prims/jvm.h" #include "runtime/safepoint.hpp" #include "runtime/thread.inline.hpp" uint GCId::_next_id = 0; --- 21,32 ---- * questions. * */ #include "precompiled.hpp" + #include "jvm.h" #include "gc/shared/gcId.hpp" #include "runtime/safepoint.hpp" #include "runtime/thread.inline.hpp" uint GCId::_next_id = 0;
< prev index next >