8210357: Zero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)

Reviewed-by: thartmann
This commit is contained in:
Aleksey Shipilev 2018-09-04 13:19:38 +02:00
parent c7c0863c86
commit aee7d4f600

@ -37,11 +37,6 @@ VtableStub* VtableStubs::create_itable_stub(int vtable_index) {
return NULL;
}
int VtableStub::pd_code_size_limit(bool is_vtable_stub) {
ShouldNotCallThis();
return 0;
}
int VtableStub::pd_code_alignment() {
ShouldNotCallThis();
return 0;