jvmti patch for mingw32

Marco Trudel mtrudel@gmx.ch
Sat Sep 23 08:35:00 GMT 2006


Tom Tromey wrote:
>>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:
> 
> Marco> natInetAddress.cc uses checkConnect():
> Marco>     java::lang::SecurityException *ex = checkConnect (host);
> Marco> What gives:
> Marco>     error: 'checkConnect' was not declared in this scope
> 
> Marco> But I'm unable to find the defining header... I sent a mail to Gary
> Marco> Benson. He desperately searched a win32 tester once he checked that in.
> 
> The code is in java/net/natInetAddressWin32.cc.
> We make a symlink named natInetAddress.cc during configure.
> 
> The headers you want are generated at build time from the .class
> files.  So look in your build tree for InetAddress.h, etc.


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


Marco



More information about the Java-patches mailing list