Fixed ChangeLog patch snafu

From-SVN: r59844
This commit is contained in:
Tom Tromey 2002-12-05 02:22:25 +00:00 committed by Tom Tromey
parent 6d2cf1d887
commit f4463ce4ee
2 changed files with 13 additions and 2 deletions

View File

@ -2,6 +2,17 @@
* java/net/SocketPermission.java (hashCode): Rewrote.
2002-12-04 Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am (nat_source_files): Added natVMSecurityManager,
natResourceBundle.
* java/util/ResourceBundle.java (Security): Removed.
(getCallingClassLoader): Now native.
* java/util/natResourceBundle.cc: New file.
* java/lang/natVMSecurityManager.cc: New file.
* java/lang/VMSecurityManager.java (getClassContext): Now native.
2002-12-03 Mark Wielaard <mark@klomp.org>
* java/util/jar/JarFile.java (manifest): Not final.

View File

@ -3164,7 +3164,7 @@ public:
void
_Jv_VerifyMethod (_Jv_InterpMethod *meth)
{
_Jv_BytecodeVerifier v (meth);
v.verify_instructions ();
// _Jv_BytecodeVerifier v (meth);
// v.verify_instructions ();
}
#endif /* INTERPRETER */