This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Speaking of runtime options
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
Nic> If the latter I think gij should use that rather than RunMain.
Bryce> ... and do the VM argument processing from
Bryce> _Jv_CreateJavaVM. Yes, I agree.
One subtlety is that we want gij to support --help and --version, but
I think we can't put these into the _Jv_CreateJavaVM parsing. We'll
have to do the parsing twice, or add a way to handle this.
Tom