File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes get object by hexadecimal address in jstack 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 "get object by hexadecimal address in jstack" Watch "get object by hexadecimal address in jstack" New topic
Author

get object by hexadecimal address in jstack

xeon costa
Greenhorn

Joined: May 10, 2011
Posts: 13

Hi,

I use jstack PID command on my program in java and I got this output.



At one line, I've got " - locked <0x00007f5668a910c0> (a java.util.ArrayList)". I'd like to know what this hexadecimal address points to, to know which arraylist is . Is this possible?

Thanks,


Thanks,
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32694
    
    4
Too difficult a question for "beginning". Moving thread.
 
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: get object by hexadecimal address in jstack
 
Similar Threads
Thread Hangs at SocketInputStream.read0
Applet freezing.. Problem with thread?
JTable
applet error
DBCP deadlock on BasicDataSource.getConnection()