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: jvmti patch for mingw32


>>>>> "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


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