mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-12 11:29:59 +08:00
Fixed ChangeLog patch snafu
From-SVN: r59844
This commit is contained in:
parent
6d2cf1d887
commit
f4463ce4ee
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user