< prev index next >

src/share/vm/runtime/jniHandles.cpp

Print this page

        

*** 29,38 **** --- 29,39 ---- #include "oops/oop.inline.hpp" #include "prims/jvmtiExport.hpp" #include "runtime/jniHandles.hpp" #include "runtime/mutexLocker.hpp" #include "runtime/thread.inline.hpp" + #include "utilities/align.hpp" #if INCLUDE_ALL_GCS #include "gc/g1/g1SATBCardTableModRefBS.hpp" #endif JNIHandleBlock* JNIHandles::_global_handles = NULL;
< prev index next >