src/cpu/zero/vm/vtableStubs_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8022956 Cdiff src/cpu/zero/vm/vtableStubs_zero.cpp

src/cpu/zero/vm/vtableStubs_zero.cpp

Print this page

        

*** 37,54 **** --- 37,58 ---- #include "opto/runtime.hpp" #endif VtableStub* VtableStubs::create_vtable_stub(int vtable_index) { ShouldNotCallThis(); + return NULL; } VtableStub* VtableStubs::create_itable_stub(int vtable_index) { ShouldNotCallThis(); + return NULL; } int VtableStub::pd_code_size_limit(bool is_vtable_stub) { ShouldNotCallThis(); + return 0; } int VtableStub::pd_code_alignment() { ShouldNotCallThis(); + return 0; }
src/cpu/zero/vm/vtableStubs_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File