src/share/vm/prims/jvmtiImpl.hpp

changeset 2445
7246a374a9f2
parent 2361
09b4dd4f152b
child 2467
9afee0b9fc1d
     1.1 --- a/src/share/vm/prims/jvmtiImpl.hpp	Mon Jan 10 09:23:20 2011 -0800
     1.2 +++ b/src/share/vm/prims/jvmtiImpl.hpp	Mon Jan 10 17:14:53 2011 -0500
     1.3 @@ -117,7 +117,6 @@
     1.4    void clear();
     1.5    // apply f to every element and update the cache
     1.6    void oops_do(OopClosure* f);
     1.7 -  void gc_epilogue();
     1.8  };
     1.9  
    1.10  
    1.11 @@ -149,7 +148,6 @@
    1.12    void remove (int index)               { _cache.remove(index); }
    1.13    void clear()                          { _cache.clear(); }
    1.14    void oops_do(OopClosure* f)           { _cache.oops_do(f); }
    1.15 -  void gc_epilogue()                    { _cache.gc_epilogue(); }
    1.16  };
    1.17  
    1.18  
    1.19 @@ -278,7 +276,6 @@
    1.20  
    1.21    int length();
    1.22    void oops_do(OopClosure* f);
    1.23 -  void gc_epilogue();
    1.24    void print();
    1.25  
    1.26    int  set(JvmtiBreakpoint& bp);
    1.27 @@ -328,7 +325,6 @@
    1.28    static inline bool is_breakpoint(address bcp);
    1.29  
    1.30    static void oops_do(OopClosure* f);
    1.31 -  static void gc_epilogue();
    1.32  };
    1.33  
    1.34  // quickly test whether the bcp matches a cached breakpoint in the list

mercurial