< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.hpp

Print this page

        

@@ -301,12 +301,10 @@
 
   static G1Policy* create_g1_policy(STWGCTimer* gc_timer);
 
   void trace_heap(GCWhen::Type when, const GCTracer* tracer);
 
-  void process_weak_jni_handles();
-
   // These are macros so that, if the assert fires, we get the correct
   // line number, file, etc.
 
 #define heap_locking_asserts_params(_extra_message_)                          \
   "%s : Heap_lock locked: %s, at safepoint: %s, is VM thread: %s",            \
< prev index next >