Tim Ellison wrote:

Mikhail Fursov wrote:
Do you expect an output like RI does:
[Opened C:\tools\sun1.5.0\jre\lib\rt.jar]
[Opened C:\tools\sun1.5.0\jre\lib\charsets.jar]
[Loaded java.lang.Object from C:\tools\sun1.5.0\jre\lib\rt.jar]
[Loaded java.io.Serializable from C:\tools\sun1.5.0\jre\lib\rt.jar]
[Loaded java.lang.Comparable from C:\tools\sun1.5.0\jre\lib\rt.jar]
...

Should we be compatible with it by default?

To a certain extent.  we should accept -verbose, and most likely print
out class loading info by default (i.e. without any ':' directive); but
I don't think that we need to output in exactly the same format.
I think that -verbose should be like -verbose:class

Cheers

Jean-Frederic

I know that there are several -verbose sub-options, like -verbose:em
+ we have -Xtrace option for more detailed info. Try -Xtrace,
-Xtrace:verifier, -Xtrace:classloader, -Xtrace:gc.

Ack, so some -verbose:* options may be synonyms.

Regards,
Tim

On 10/12/06, Jean-frederic Clere <[EMAIL PROTECTED]> wrote:
Hi,

I have noted the than java -verbose does not print any information, is
that normal?

Cheers

Jean-Frederic

PS: It looks is set correctly in vm/vmcore/src/init/parse_arguments.cpp:
set_threshold(util::CLASS_LOGGER, INFO);

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to