comparison src/share/vm/graal/graalRuntime.hpp @ 9594:743326387173

replaced vm_error assembler stub with compiled stub (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Tue, 07 May 2013 01:38:07 +0200
parents a3b4bcc22313
children db2125285960
comparison
equal deleted inserted replaced
9593:a3b4bcc22313 9594:743326387173
76 76
77 // Holds all assembly stubs and VM 77 // Holds all assembly stubs and VM
78 // runtime routines needed by code code generated 78 // runtime routines needed by code code generated
79 // by Graal. 79 // by Graal.
80 #define GRAAL_STUBS(stub, last_entry) \ 80 #define GRAAL_STUBS(stub, last_entry) \
81 stub(vm_error) \
82 stub(wb_pre_call) \ 81 stub(wb_pre_call) \
83 stub(wb_post_call) \ 82 stub(wb_post_call) \
84 last_entry(number_of_ids) 83 last_entry(number_of_ids)
85 84
86 #define DECLARE_STUB_ID(x) x ## _id , 85 #define DECLARE_STUB_ID(x) x ## _id ,