This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ecj] Patch: FYI: fix bug in Class.java


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tom Tromey wrote:
> 
> This fixes a bug in Class pointed out by ecj.
[...]
> -  private ClassLoader getClassLoaderInternal ()
> -  {
> -    return loader;
> -  }
> +  private native ClassLoader getClassLoaderInternal ();

I think you should check this in into mainline as well.

Without this patch, I get a duplicate definition error
for this symbol from the linker for the target MinGW.

Thanks,
Ranjit.

- --
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://rmathew.com/


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEiW57Yb1hx2wRS48RAqhNAKCNW2CtkuHLk0wot2hWwacoYmnEdQCghNol
yZ4mNcVaGihNyqru0L0s6iI=
=Ei9U
-----END PGP SIGNATURE-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]