Commit f4463ce4 by Tom Tromey Committed by Tom Tromey

Fixed ChangeLog patch snafu

From-SVN: r59844
parent 6d2cf1d8
...@@ -2,6 +2,17 @@ ...@@ -2,6 +2,17 @@
* java/net/SocketPermission.java (hashCode): Rewrote. * 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> 2002-12-03 Mark Wielaard <mark@klomp.org>
* java/util/jar/JarFile.java (manifest): Not final. * java/util/jar/JarFile.java (manifest): Not final.
......
...@@ -3164,7 +3164,7 @@ public: ...@@ -3164,7 +3164,7 @@ public:
void void
_Jv_VerifyMethod (_Jv_InterpMethod *meth) _Jv_VerifyMethod (_Jv_InterpMethod *meth)
{ {
_Jv_BytecodeVerifier v (meth); // _Jv_BytecodeVerifier v (meth);
v.verify_instructions (); // v.verify_instructions ();
} }
#endif /* INTERPRETER */ #endif /* INTERPRETER */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment