src/share/vm/classfile/classFileParser.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/classFileParser.hpp	Wed Aug  3 07:55:04 2016
--- new/src/share/vm/classfile/classFileParser.hpp	Wed Aug  3 07:55:02 2016

*** 153,162 **** --- 153,165 ---- void post_process_parsed_stream(const ClassFileStream* const stream, ConstantPool* cp, TRAPS); + void prepend_host_package_name(const Klass* host_klass, TRAPS); + void fix_anonymous_class_name(TRAPS); + void fill_instance_klass(InstanceKlass* ik, bool cf_changed_in_CFLH, TRAPS); void set_klass(InstanceKlass* instance); void set_class_synthetic_flag(bool x) { _synthetic_flag = x; } void set_class_sourcefile_index(u2 x) { _sourcefile_index = x; }

src/share/vm/classfile/classFileParser.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File