JAVA-INDEX.COM
Java programming resources: FAQs, tutorials, compiler and browser download sites, documentation, books lists, IDEs, etc.
Home....
|
log in....
|
Pub my question!
|
Sign-up....
Java-index
>>
Developer Tools
>>
Debugging and Profiling Tool APIs
Stack trace
I am wondering if the JVMTI can give me all the stack backtrace of all the Java method (user-level) even the method is jitted?Thanks,Neo
[157 byte] By [
neoworlda
] at [2007-10-3 8:52:40]
««
Totally New
»»
Determining whether a field is a compile-time constant at run time?
# 1
Yep, the GetAllStackTraces will give you the stack traces for all threads, or GetStackTrace for a single thread.
alan.batemana
at 2007-7-15 4:02:24 >
# 2
Including the jitted code? It will give the name of the original Java method for the jitted code? Because I assume that once the code is jitted, it will not show up at the Java stack instead of on the system stack.
neoworlda
at 2007-7-15 4:02:24 >
# 3
You will see all java stack frames even if they are compiled. Just try it and you will see.
alan.batemana
at 2007-7-15 4:02:24 >
Developer Tools
javac under linux
Doja 4.1 compiler display error when compiling!!!
"javax" packages do not exist.
compiling error <identifier> expected
memory management dude in java se 6
Neatbeans IDE Question
Java canot find symbol class
Java Decompiler Questionnaire
Does anybody know what is wrong with my code
Testing annotation processors
Debugging and Profiling Tool APIs
Exception in thread "main" java.lang.NoClassDefFoundError: shoogle/services
heap profiling using FollowReference
IterateOverReachableObjects and soft/weak/phantom references
cheked exceptions
out of swap space?
Stop VM Log File from Appearing on Desktop
0 src error message
Difference b/w throw and throws
generate javadoc for files in folders
Java Not Working
Developer Tools New Topic
javac under linux
heap profiling using FollowReference
IterateOverReachableObjects and soft/weak/phantom references
cheked exceptions
out of swap space?
Stop VM Log File from Appearing on Desktop
0 src error message
Difference b/w throw and throws
Developer Tools Hot Topic
Exception in thread "main" java.lang.NoClassDefFoundError: shoogle/services
Javadoc not working from command line
Custom doclet for 1.5 ?
JavaDoc: inherit method comment from jdk classes?
Netbeans on Vista RC1
compiler says that package does not exist...why?
Creating a .bat file to compile .java files
When will getOperandStack() function be implemented?
Developer Tools
Debugging and Profiling Tool APIs
Java Compiler
All Classified
Archived Forums
Enterprise & Remote Computing
Java Essentials
Desktop
Core
Solaris Operating System
Security
Database Connectivity
Java Mobility Forums
Web & Directory Servers
Development Tools
Application & Integration Servers
Java HotSpot Virtual Machine
Other Topics
E-Mail, Calendar, & Collaboration
Developer Tools
General
Administration Tools
Sun Hardware
Storage Forums
Java Enterprise System
StarOffice
Open Source Technologies
BigAdmin
Real-Time
Java Coding