aspose file tools
The moose likes Java in General and the fly likes How to debug JVM according to trace file? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "How to debug JVM according to trace file?" Watch "How to debug JVM according to trace file?" New topic
Author

How to debug JVM according to trace file?

walter wang
Ranch Hand

Joined: Jun 02, 2001
Posts: 144
How to debug JVM according to trace file of threads or methods?
eg
someone looked trace file of looping threads
then he assumed it is JVM compiler bug.
how to learn this kind of skill?
is there any tutorials for this?
sample trace file
jvm!JVM_CompilerCommand+0x4c6b
0x72ea98c
jvm!JVM_InitializeCompiler+0x28550
0x8b575653
jvm!JVM_FindSignal+0x9451b
jvm!JVM_FindSignal+0x945ce
0x73584f4
0x73584f4
jvm!JVM_FindSignal+0x91060
0x8b575653
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to debug JVM according to trace file?
 
Similar Threads
debuging
deployed service is working local jboss but not on network but other services are working properly
java importing same packages .
PermGen Memory issue in WebLogic 10
how to get Thread dumps