gcc/libjava/java/net
Bryce McKinlay 1349c68851 re PR libgcj/25187 (dereferencing type-punned pointer warnings while building libgcj)
2006-02-08  Bryce McKinlay  <mckinlay@redhat.com>

        PR libgcj/25187:
        * gnu/gcj/io/natSimpleSHSStream.cc
        (gnu::gcj::io::SimpleSHSStream::shsFinal): Remove bogus cast.
        * interpret.cc (_Jv_InterpMethod::run): Simplify arguments to
        _Jv_InterpFrame().
        * boehm.cc: #undef some autoconf macros before including gc-config.h.
        (_Jv_MarkObject): Don't mark the class, it is reachable via the vtable.
        (_Jv_MarkArray): Likewise.
        * java/lang/ref/natReference.cc (java::lang::ref::Reference::create):
        Simplify _Jv_GCRegisterDisappearingLink() call.
        * java/lang/Class.h (getComponentType): Use element_type.
        (element_type): New field declaration, as a union with "methods".
        * java/lang/natClassLoader.cc (_Jv_NewArrayClass): Use "element_type".
        * java/net/natVMNetworkInterfacePosix.cc
        (java::net::VMNetworkInterface::getInterfaces): Add "int" cast to
        avoid sign comparison warning.
        * include/java-interp.h (_Jv_InterpFrame): Take thread as second
        argument, not parent call frame.
        * include/x86_64-signal.h (MAKE_THROW_FRAME): Use "gregs" directly,
        without a cast.
        (restore_rt): Declare with hidden visibility, not "static".
        * posix.cc (_Jv_platform_initProperties): Make "tmpdir" a string
        constant.
        * jni.cc (_Jv_JNI_DestroyJavaVM): Use a union to avoid strict alias
        warning

From-SVN: r110783
2006-02-09 01:35:33 +00:00
..
InetAddress.java Update FSF address 2005-06-30 03:22:09 +00:00
JarURLConnection.java Update FSF address 2005-06-30 03:22:09 +00:00
natInetAddressNoNet.cc 2003-11-30 Jeff Sturm <jsturm@one-point.com> 2003-11-30 21:02:56 +00:00
natInetAddressPosix.cc natInetAddressPosix.cc (lookup): Reflect rename of localhostAddress to loopbackAddress. 2004-08-14 07:04:52 +02:00
natInetAddressWin32.cc natInetAddressPosix.cc (lookup): Reflect rename of localhostAddress to loopbackAddress. 2004-08-14 07:04:52 +02:00
natVMNetworkInterfaceNoNet.cc 2005-04-29 Michael Koch <konqueror@gmx.de> 2005-04-29 22:10:09 +00:00
natVMNetworkInterfacePosix.cc re PR libgcj/25187 (dereferencing type-punned pointer warnings while building libgcj) 2006-02-09 01:35:33 +00:00
natVMNetworkInterfaceWin32.cc natVMNetworkInterfaceWin32.cc: Include java/net/VMNetworkInterface.h. 2005-11-14 17:19:11 +00:00
URL.java Connection.java (unquote): New method. 2005-07-14 18:20:10 +00:00
URLClassLoader.java re PR classpath/20198 (java.security.CodeSource.getLocation output is different than expected) 2006-01-17 23:25:12 +00:00
URLConnection.java [multiple changes] 2005-11-17 20:38:40 +00:00
VMNetworkInterface.java Update FSF address 2005-06-30 03:22:09 +00:00