jvmti patch for mingw32

Tom Tromey tromey@redhat.com
Sun Sep 24 21:25:00 GMT 2006


>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:

Marco> Actually I checked all header files in the gcc build and gcc source
Marco> dir. The only header file defining checkConnect() is
Marco> java/lang/SecurityManager.h and the signature is wrong.
Marco> So either I'm blind, used the search tool wrong, or there's more than
Marco> a missing header... I'll wait what Gary says about it...

Ok, I see what you meant now.  Probably what happened is that
checkConnect was removed by some earlier patch.  I suggest reading
Gary's last few commits in this area (either with viewcvs or in the
java-patches archive) to see what the code looked like previously;
probably whatever changes were applied to the posix port can be
brought over to the win32 port fairly easily.

Tom



More information about the Java-patches mailing list