diff 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
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Runtime1.hpp	Tue Nov 09 13:42:06 2010 +0100
+++ b/src/share/vm/c1/c1_Runtime1.hpp	Thu Nov 11 14:09:37 2010 +0100
@@ -69,6 +69,7 @@
   stub(c1x_arithmetic_drem)          \
   stub(c1x_monitorenter)             \
   stub(c1x_monitorexit)              \
+  stub(c1x_verify_pointer)           \
   last_entry(number_of_ids)
 
 #define DECLARE_STUB_ID(x)       x ## _id ,