diff -r d5ba88422499 -r 507c72580842 src/hotspot/cpu/zero/vtableStubs_zero.cpp --- 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;