diff src/share/vm/oops/oop.hpp @ 14210:397385cc2c83

8028993: Full collections with ParallelScavenge slower in JDK 8 compared to 7u40 Summary: Reducing the number of calls to follow_class_loader to speed up the marking phase. Also removed some unnecessary calls to adjust_klass. Reviewed-by: stefank, jmasa, mgerdin
author sjohanss
date Tue, 10 Dec 2013 10:31:00 +0100
parents 740e263c80c6
children cd6b3f1a94ff
line wrap: on
line diff
--- a/src/share/vm/oops/oop.hpp	Mon Dec 09 08:20:45 2013 +0100
+++ b/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);