src/cpu/zero/vm/vtableStubs_zero.cpp

changeset 5545
e16282db4946
parent 2314
f95d63e2154a
child 6198
55fb97c4c58d
     1.1 --- a/src/cpu/zero/vm/vtableStubs_zero.cpp	Mon Aug 19 09:33:29 2013 +0200
     1.2 +++ b/src/cpu/zero/vm/vtableStubs_zero.cpp	Tue Aug 20 10:57:50 2013 -0700
     1.3 @@ -39,16 +39,20 @@
     1.4  
     1.5  VtableStub* VtableStubs::create_vtable_stub(int vtable_index) {
     1.6    ShouldNotCallThis();
     1.7 +  return NULL;
     1.8  }
     1.9  
    1.10  VtableStub* VtableStubs::create_itable_stub(int vtable_index) {
    1.11    ShouldNotCallThis();
    1.12 +  return NULL;
    1.13  }
    1.14  
    1.15  int VtableStub::pd_code_size_limit(bool is_vtable_stub) {
    1.16    ShouldNotCallThis();
    1.17 +  return 0;
    1.18  }
    1.19  
    1.20  int VtableStub::pd_code_alignment() {
    1.21    ShouldNotCallThis();
    1.22 +  return 0;
    1.23  }

mercurial