author | shade |
Tue, 04 Sep 2018 13:19:38 +0200 | |
changeset 51628 | 507c72580842 |
parent 51627 | d5ba88422499 |
child 51629 | 78c7f0c7827d |
--- 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;