hotspot/src/share/vm/runtime/jniHandles.hpp
changeset 37106 0856b64af754
parent 32817 acc2744fd84b
child 37179 4dbcb3a642d2
equal deleted inserted replaced
37096:42437cf54027 37106:0856b64af754
    84   // Garbage collection support(global handles only, local handles are traversed from thread)
    84   // Garbage collection support(global handles only, local handles are traversed from thread)
    85   // Traversal of regular global handles
    85   // Traversal of regular global handles
    86   static void oops_do(OopClosure* f);
    86   static void oops_do(OopClosure* f);
    87   // Traversal of weak global handles. Unreachable oops are cleared.
    87   // Traversal of weak global handles. Unreachable oops are cleared.
    88   static void weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f);
    88   static void weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f);
       
    89   // Traversal of weak global handles.
       
    90   static void weak_oops_do(OopClosure* f);
    89 };
    91 };
    90 
    92 
    91 
    93 
    92 
    94 
    93 // JNI handle blocks holding local/global JNI handles
    95 // JNI handle blocks holding local/global JNI handles