Cynthia Jeness wrote:

> I have installed the latest jdk1.3.0.01 rpm from Sun.  Things generally
> work.  However, if I try to generate profiling output by specifying:

Running with the classic JVM ("java -classic...") will get you profiling
output. That option runs with green threads, not native threads. Sun has a
tool, the Heap Analysis Tool, available on their site for analyzing memory
profiles. I have a tool for analyzing CPU profiles, published with my book
and also at the Java Developer Connection Web
site: http://developer.java.sun.com/developer/technicalArticles/GUI/perfanal/
.

Nathan Meyers
[EMAIL PROTECTED]
http://www.javalinux.net


>
>
> java -Xrunhprof:cpu=times HelloWorld
>
> Then, I get the following error.
>
> #
> # HotSpot Virtual Machine Error, Internal Error
> # Please report this error at
> # http://java.sun.com/cgi-bin/bugreport.cgi
> #
> # Error ID: 4D555445583F4C494E55580E4350500104
> #
> # Problematic Thread: prio=1 tid=0x804db98 nid=0x4fa runnable
> #
> Aborted
>
> Now, I have reported this bug to Sun.  My question to this list is
> whether any version of JDK 1.3 for Linux (IBM, Blackdown) can produce
> profiling output?  Also, are there any open source tools for analyzing
> the output?
>
> Cynthia Jeness
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to