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: [patch] make gij command-line compatible with java



On Mar 31, 2005, at 4:21 PM, Thomas Fitzsimmons wrote:


Hi,

This patch makes gij command-line compatible with Sun's java command.
In many cases I haven't wired in support for the new options, but at
least gij will accept the same set of options as the java command. This
is important as we've found with java-gcj-compat that may applications
rely on java's command-line syntax. I've incorporated all the
workarounds we were maintaining in java-gcj-compat's java wrapper script
into the gij command itself, which should allow us remove the wrapper
and symlink java to gij directly.


By handling classpath using only the invocation API and setting
java.class.path appropriately I was able to remove the global
_Jv_Jar_Class_Path variable.

OK for mainline and gcc-4_0-branch?

Does this also fix (at least add the options for assert) for PR 6996?


-- Pinski


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