< prev index next >

src/hotspot/share/classfile/javaClasses.hpp

Print this page

        

*** 559,569 **** static int get_detailMessage_offset() { return detailMessage_offset;} // Message static oop message(oop throwable); static void set_message(oop throwable, oop value); static Symbol* detail_message(oop throwable); ! static void print_stack_element(outputStream *st, const methodHandle& method, int bci); static void print_stack_usage(Handle stream); static void compute_offsets(); static void serialize_offsets(SerializeClosure* f) NOT_CDS_RETURN; --- 559,569 ---- static int get_detailMessage_offset() { return detailMessage_offset;} // Message static oop message(oop throwable); static void set_message(oop throwable, oop value); static Symbol* detail_message(oop throwable); ! static void print_stack_element(outputStream *st, Method* method, int bci); static void print_stack_usage(Handle stream); static void compute_offsets(); static void serialize_offsets(SerializeClosure* f) NOT_CDS_RETURN;
*** 1400,1410 **** static int merge_mid_and_cpref(int mid, int cpref); static int bci_at(unsigned int merged); static int version_at(unsigned int merged); static int mid_at(unsigned int merged); static int cpref_at(unsigned int merged); ! static int get_line_number(const methodHandle& method, int bci); static Symbol* get_source_file_name(InstanceKlass* holder, int version); // Debugging friend class JavaClasses; }; --- 1400,1410 ---- static int merge_mid_and_cpref(int mid, int cpref); static int bci_at(unsigned int merged); static int version_at(unsigned int merged); static int mid_at(unsigned int merged); static int cpref_at(unsigned int merged); ! static int get_line_number(Method* method, int bci); static Symbol* get_source_file_name(InstanceKlass* holder, int version); // Debugging friend class JavaClasses; };
< prev index next >