This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Could you please check this into 3.0.1, too?
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
>> Nope. Nobody is working on it.
Bryce> So pessimistic, Tom! ;-)
Yeah.
Bryce> The invocation interface is now implemented and does actually
Bryce> work.
Ok, thanks. Command-line parsing in the invocation interface still
doesn't work (e.g., -D has no effect). But you're right, more works
now than before.
Bryce> It may work even better if JNI_CreateJavaVM actually called
Bryce> _Jv_CreateJavaVM from somewhere ;-)
Yeah. Maybe command-line processing could be done there. Ideally
some of the command-line processing in gij.cc would be moved into the
invocation API.
If anybody is using the invocation API and seeing failures, send a
simple test case. We can at least check these in.
Tom