comparison src/share/vm/c1/c1_Runtime1.hpp @ 1449:8cfe3537a0d3

Pointer verification stub. Two loose oop fixes in C1X C++ part. Logging which methods have been compiled.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 11 Nov 2010 14:09:37 +0100
parents 72cfb36c6bb2
children 2d26b0046e0d
comparison
equal deleted inserted replaced
1445:a7b84a5e16c6 1449:8cfe3537a0d3
67 stub(c1x_slow_subtype_check) \ 67 stub(c1x_slow_subtype_check) \
68 stub(c1x_arithmetic_frem) \ 68 stub(c1x_arithmetic_frem) \
69 stub(c1x_arithmetic_drem) \ 69 stub(c1x_arithmetic_drem) \
70 stub(c1x_monitorenter) \ 70 stub(c1x_monitorenter) \
71 stub(c1x_monitorexit) \ 71 stub(c1x_monitorexit) \
72 stub(c1x_verify_pointer) \
72 last_entry(number_of_ids) 73 last_entry(number_of_ids)
73 74
74 #define DECLARE_STUB_ID(x) x ## _id , 75 #define DECLARE_STUB_ID(x) x ## _id ,
75 #define DECLARE_LAST_STUB_ID(x) x 76 #define DECLARE_LAST_STUB_ID(x) x
76 #define STUB_NAME(x) #x " Runtime1 stub", 77 #define STUB_NAME(x) #x " Runtime1 stub",