8210357: Zero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
Reviewed-by: thartmann
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user