< prev index next >

src/share/vm/runtime/sharedRuntime.hpp

Print this page

        

*** 521,530 **** --- 521,531 ---- static void allocate_value_types(JavaThread* thread, Method* callee); static void apply_post_barriers(JavaThread* thread, objArrayOopDesc* array); static address handle_unsafe_access(JavaThread* thread, address next_pc); + static BufferedValueTypeBlob* generate_buffered_value_type_adapter(const ValueKlass* vk); #ifndef PRODUCT // Collect and print inline cache miss statistics private: enum { maxICmiss_count = 100 };
< prev index next >