< prev index next >

src/hotspot/cpu/zero/vtableStubs_zero.cpp

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