src/hotspot/share/oops/oop.inline.hpp
changeset 52117 a2edf32cd813
parent 52062 8dbf1a13af49
child 52118 49f627781c2a
--- a/src/hotspot/share/oops/oop.inline.hpp	Mon Oct 15 17:52:42 2018 +0530
+++ b/src/hotspot/share/oops/oop.inline.hpp	Fri Oct 12 12:10:34 2018 +0200
@@ -439,15 +439,6 @@
   }
   // Else skip it.  The TypeArrayKlass in the header never needs scavenging.
 }
-
-void oopDesc::ps_push_contents(PSPromotionManager* pm) {
-  Klass* k = klass();
-  if (!k->is_typeArray_klass()) {
-    // It might contain oops beyond the header, so take the virtual call.
-    k->oop_ps_push_contents(this, pm);
-  }
-  // Else skip it.  The TypeArrayKlass in the header never needs scavenging.
-}
 #endif // INCLUDE_PARALLELGC
 
 template <typename OopClosureType>