1. 05 Dec, 2001 39 commits
  2. 04 Dec, 2001 1 commit
    • verify.cc (_Jv_BytecodeVerifier::linked_utf8): New structure. · 0c88d7f8
      	* verify.cc (_Jv_BytecodeVerifier::linked_utf8): New structure.
      	(_Jv_BytecodeVerifier::utf8_list): New field.
      	(_Jv_BytecodeVerifier::_Jv_BytecodeVerifier): Initialize it.
      	(_Jv_BytecodeVerifier::~_Jv_BytecodeVerifier): Free it.
      	(_Jv_BytecodeVerifier::make_utf8_const): New method.
      	(_Jv_BytecodeVerifier::get_one_type): Use it.
      	(_Jv_BytecodeVerifier::type::merge): When using local semantics,
      	if the destination type is already unsuitable then we didn't
      	change.
      
      From-SVN: r47634
      Tom Tromey committed