< prev index next > src/hotspot/cpu/zero/vtableStubs_zero.cpp
Print this page
#include "precompiled.hpp"
#include "code/vtableStubs.hpp"
#include "utilities/debug.hpp"
- VtableStub* VtableStubs::create_vtable_stub(int vtable_index) {
+ VtableStub* VtableStubs::create_vtable_stub(int vtable_index, bool caller_is_c1) {
ShouldNotCallThis();
return nullptr;
}
- VtableStub* VtableStubs::create_itable_stub(int vtable_index) {
+ VtableStub* VtableStubs::create_itable_stub(int vtable_index, bool caller_is_c1) {
ShouldNotCallThis();
return nullptr;
}
int VtableStub::pd_code_alignment() {
< prev index next >