diff options
author | Per Bothner <bothner@gcc.gnu.org> | 2002-01-25 22:33:31 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2002-01-25 22:33:31 -0800 |
commit | f24e160adca4cca5c360531026d80b532877104b (patch) | |
tree | 443dc7ef970942d917710fae41af364d7f50b259 /libjava | |
parent | f70443f75c2f265f5fde223fc58bf3acfe3e0f83 (diff) | |
download | gcc-f24e160adca4cca5c360531026d80b532877104b.tar.gz |
ChangeLog entry for verify.cc.
From-SVN: r49241
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 66eac2dd6f0..c080f5b350e 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,15 @@ +2002-01-25 Per Bothner <per@bothner.com> + + * verify.cc (verify_fail): Change from being a top-level function + to e method of _Jv_BytecodeVerifier. Emit current method name. + Pass the current verifier to type: and state: methods as needed, + for better error messages, and for resolve. + (resolve): Pass current class's loader for Class.forName and + _Jv_FindClassFromSignature, rather than using the default loader. + (various type: and state: methods): Take _Jv_BytecodeVerifier* arg. + (get_type_val_for_signature): Make non-static. + (various methods): Pass start_PC implicitly, not explicitly. + 2002-01-25 Tom Tromey <tromey@redhat.com> * java/awt/FlowLayout.java (layoutContainer): Correctly compute |