summaryrefslogtreecommitdiff
path: root/libjava/verify.cc
Commit message (Expand)AuthorAgeFilesLines
* * verify.cc (_Jv_BytecodeVerifier::branch_prepass): Usetromey2001-11-251-8/+8
* * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_iinc]:tromey2001-11-201-6/+6
* * verify.cc (_Jv_BytecodeVerifier::require_array_type): Specialtromey2001-11-201-3/+13
* * verify.cc (_Jv_BytecodeVerifier::verify_instructions_0)tromey2001-11-191-3/+6
* * verify.cc (type::to_array): New method.tromey2001-11-191-1/+18
* * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_sipush]:tromey2001-11-191-2/+2
* * verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature):tromey2001-11-191-0/+3
* * verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' fortromey2001-11-191-10/+10
* * verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into errortromey2001-11-191-12/+16
* * verify.cc: Include StringBuffer.h.tromey2001-11-181-41/+80
* * verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handletromey2001-11-161-1/+3
* * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): Newtromey2001-11-161-8/+56
* * verify.cc (type::compatible): Use _Jv_IsAssignableFrom.tromey2001-11-161-2/+6
* * verify.cc (class _Jv_BytecodeVerifier) [op_dup2]: Fixed logic.tromey2001-11-151-18/+70
* * verify.cc: Wrap in #ifdef INTERPRETER...#endif.jsturm2001-11-091-0/+4
* * verify.cc (skip_padding): Fail if padding byte is nonzero.tromey2001-11-071-1/+2
* * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend.tromey2001-11-051-0/+2436