hotspot/src/share/vm/classfile/verificationType.hpp
changeset 39713 29ece76096cb
parent 31966 aa9c386e1240
child 41093 b7bbdd06976e
equal deleted inserted replaced
39712:dccb9af07ee1 39713:29ece76096cb
   331  private:
   331  private:
   332 
   332 
   333   bool is_reference_assignable_from(
   333   bool is_reference_assignable_from(
   334     const VerificationType&, ClassVerifier*, bool from_field_is_protected,
   334     const VerificationType&, ClassVerifier*, bool from_field_is_protected,
   335     TRAPS) const;
   335     TRAPS) const;
       
   336 
       
   337  public:
       
   338   static bool resolve_and_check_assignability(instanceKlassHandle klass, Symbol* name,
       
   339                                               Symbol* from_name, bool from_field_is_protected,
       
   340                                               bool from_is_array, bool from_is_object,
       
   341                                               TRAPS);
   336 };
   342 };
   337 
   343 
   338 #endif // SHARE_VM_CLASSFILE_VERIFICATIONTYPE_HPP
   344 #endif // SHARE_VM_CLASSFILE_VERIFICATIONTYPE_HPP