hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp
changeset 34310 32e3c906b613
parent 34302 c932a347d579
child 34311 586e90e84d60
--- a/hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp	Thu Nov 26 01:59:34 2015 +0000
+++ b/hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp	Mon Oct 19 16:33:12 2015 +0200
@@ -292,6 +292,8 @@
 
   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.