src/hotspot/share/runtime/jniHandles.hpp
changeset 53244 9807daeb47c4
parent 53149 259c36ef27df
child 54807 33fe50b6d707
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_RUNTIME_JNIHANDLES_HPP
    25 #ifndef SHARE_RUNTIME_JNIHANDLES_HPP
    26 #define SHARE_VM_RUNTIME_JNIHANDLES_HPP
    26 #define SHARE_RUNTIME_JNIHANDLES_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "runtime/handles.hpp"
    29 #include "runtime/handles.hpp"
    30 
    30 
    31 class JavaThread;
    31 class JavaThread;
   204   static bool any_contains(jobject handle);     // Does any block currently in use contain handle
   204   static bool any_contains(jobject handle);     // Does any block currently in use contain handle
   205   static void print_statistics();
   205   static void print_statistics();
   206   #endif
   206   #endif
   207 };
   207 };
   208 
   208 
   209 #endif // SHARE_VM_RUNTIME_JNIHANDLES_HPP
   209 #endif // SHARE_RUNTIME_JNIHANDLES_HPP