< prev index next >

src/share/vm/c1/c1_Runtime1.hpp

Print this page

        

@@ -37,10 +37,11 @@
 // runtime routines needed by code code generated
 // by the Compiler1.
 
 #define RUNTIME1_STUBS(stub, last_entry) \
   stub(dtrace_object_alloc)          \
+  stub(heap_object_sample)           \
   stub(unwind_exception)             \
   stub(forward_exception)            \
   stub(throw_range_check_failed)       /* throws ArrayIndexOutOfBoundsException */ \
   stub(throw_index_exception)          /* throws IndexOutOfBoundsException */ \
   stub(throw_div0_exception)         \
< prev index next >