Geir Magnusson Jr. wrote:



Jean-frederic Clere 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?


If we have a -verbose option, yes. It is very helpfull to know which classes and in which order they are loaded.


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.


Xtrace:classloader contains what I am looking for it is too verbose.


Yes, that would be our

  -tooverbose

option :)

Can you put in a JIRA for this please?

Done HARMONY-1847

Cheers

Jean-Frederic


geir


Cheers

Jean-Frederic



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]


---------------------------------------------------------------------
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