< prev index next >

src/hotspot/share/interpreter/interpreterRuntime.hpp

Print this page

        

@@ -72,18 +72,10 @@
   static void    uninitialized_instance_value_field(JavaThread* thread, oopDesc* obj, int offset);
   static void    write_heap_copy (JavaThread* thread, oopDesc* value, int offset, oopDesc* rcv);
   static void    write_flattened_value(JavaThread* thread, oopDesc* value, int offset, oopDesc* rcv);
   static void    read_flattened_field(JavaThread* thread, oopDesc* value, int index, Klass* field_holder);
 
-  // Value Buffers support
-  static void    recycle_vtbuffer(void *alloc_ptr);
-  static void    recycle_buffered_values(JavaThread* thread);
-  static void    return_value(JavaThread* thread, oopDesc* obj);
-  static void    return_value_step2(oopDesc* obj, void* alloc_ptr);
-  static void    fix_frame_vt_alloc_ptr(JavaThread* thread);
-  static void    value_heap_copy(JavaThread* thread, oopDesc* value);
-
   static void value_array_load(JavaThread* thread, arrayOopDesc* array, int index);
   static void value_array_store(JavaThread* thread, void* val, arrayOopDesc* array, int index);
 
   // Quicken instance-of and check-cast bytecodes
   static void    quicken_io_cc(JavaThread* thread);
< prev index next >