mirror of git://gcc.gnu.org/git/gcc.git
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