src/hotspot/cpu/zero/vtableStubs_zero.cpp
changeset 51628 507c72580842
parent 50380 bec342339138
--- a/src/hotspot/cpu/zero/vtableStubs_zero.cpp	Tue Sep 04 13:19:37 2018 +0200
+++ b/src/hotspot/cpu/zero/vtableStubs_zero.cpp	Tue Sep 04 13:19:38 2018 +0200
@@ -37,11 +37,6 @@
   return NULL;
 }
 
-int VtableStub::pd_code_size_limit(bool is_vtable_stub) {
-  ShouldNotCallThis();
-  return 0;
-}
-
 int VtableStub::pd_code_alignment() {
   ShouldNotCallThis();
   return 0;