hotspot/src/share/vm/oops/oop.hpp
changeset 22221 444e4457cfc7
parent 19319 0ad35be0733a
child 22757 b2cbb3680b4f
--- a/hotspot/src/share/vm/oops/oop.hpp	Mon Dec 09 08:20:45 2013 +0100
+++ b/hotspot/src/share/vm/oops/oop.hpp	Tue Dec 10 10:31:00 2013 +0100
@@ -328,11 +328,6 @@
   // return the size of this oop.  This is used by the MarkSweep collector.
   int adjust_pointers();
 
-#if INCLUDE_ALL_GCS
-  // Parallel old
-  void update_header(ParCompactionManager* cm);
-#endif // INCLUDE_ALL_GCS
-
   // mark-sweep support
   void follow_body(int begin, int end);