jvmti patch for mingw32
Marco Trudel
mtrudel@gmx.ch
Fri Sep 22 20:46:00 GMT 2006
Mohan Embar wrote:
> Hi Marco,
>
>> Building for mingw32 is currently broken at multiple places. This is the
>> first patch. I'll see if I can fix the others as well...
>
> Are the other broken places similar missing JNICALL declarations
> or other issues? If they are similar missing declarations, can you
> combine them into one patch?
It's the only missing JNICALL. The second problem is that
natInetAddress.cc uses checkConnect():
java::lang::SecurityException *ex = checkConnect (host);
What gives:
error: 'checkConnect' was not declared in this scope
But I'm unable to find the defining header... I sent a mail to Gary
Benson. He desperately searched a win32 tester once he checked that in.
The rest compiled flawless...
> Thanks for looking into this. If you
> create a proper ChangeLog, I'll check this in if no one else does.
Attached... Thanks...
Marco
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: changelog-patch.txt
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20060922/9dd0cd55/attachment.txt>
More information about the Java-patches
mailing list