Fixed ChangeLog patch snafu
authorTom Tromey <tromey@redhat.com>
Thu, 5 Dec 2002 02:22:25 +0000 (02:22 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 5 Dec 2002 02:22:25 +0000 (02:22 +0000)
From-SVN: r59844

libjava/ChangeLog
libjava/verify.cc

index 1235fc6..8dfbcf4 100644 (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.
index dbf80d4..2f90c98 100644 (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 */