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: not checked in: -Xtrace


On Mon, 2005-02-21 at 11:08 -0700, Tom Tromey wrote:
>>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
>
>Tom> This adds support for a new "-Xtrace" option to gij.  With this
>Tom> option, we try to print a line for every method call that is made.
>Tom> e.g:
>
>On irc I read that kaffe uses "-verbosecall" for this.
>"-verbose:call" is a bit more jdk-like; maybe we could all
>standardize on a name for this.

The JNI spec says that non-standard arguments to -verbose: must begin
with "X", so it should be -verbose:Xcall or -verbose:Xtrace.

Tom



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