< prev index next >

src/share/vm/runtime/jniHandles.hpp

Print this page
rev 8961 : [mq]: diff-shenandoah.patch

*** 25,34 **** --- 25,35 ---- #ifndef SHARE_VM_RUNTIME_JNIHANDLES_HPP #define SHARE_VM_RUNTIME_JNIHANDLES_HPP #include "runtime/handles.hpp" #include "utilities/top.hpp" + #include "oops/oop.hpp" class JNIHandleBlock; // Interface for creating and resolving local/global JNI handles
< prev index next >