comparison src/cpu/zero/vm/vtableStubs_zero.cpp @ 12355:cefad50507d8

Merge with hs25-b53
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 10:38:03 +0200
parents e16282db4946
children de6a9e811145
comparison
equal deleted inserted replaced
12058:ccb4f2af2319 12355:cefad50507d8
37 #include "opto/runtime.hpp" 37 #include "opto/runtime.hpp"
38 #endif 38 #endif
39 39
40 VtableStub* VtableStubs::create_vtable_stub(int vtable_index) { 40 VtableStub* VtableStubs::create_vtable_stub(int vtable_index) {
41 ShouldNotCallThis(); 41 ShouldNotCallThis();
42 return NULL;
42 } 43 }
43 44
44 VtableStub* VtableStubs::create_itable_stub(int vtable_index) { 45 VtableStub* VtableStubs::create_itable_stub(int vtable_index) {
45 ShouldNotCallThis(); 46 ShouldNotCallThis();
47 return NULL;
46 } 48 }
47 49
48 int VtableStub::pd_code_size_limit(bool is_vtable_stub) { 50 int VtableStub::pd_code_size_limit(bool is_vtable_stub) {
49 ShouldNotCallThis(); 51 ShouldNotCallThis();
52 return 0;
50 } 53 }
51 54
52 int VtableStub::pd_code_alignment() { 55 int VtableStub::pd_code_alignment() {
53 ShouldNotCallThis(); 56 ShouldNotCallThis();
57 return 0;
54 } 58 }