Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #6958
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
|---|---|
| From | xeon123 mailinglist <xeonmailinglist@gmail.com> |
| Newsgroups | comp.lang.java.programmer |
| Subject | get object by hexadecimal address in jstack |
| Date | Wed, 10 Aug 2011 00:42:26 -0700 (PDT) |
| Organization | http://groups.google.com |
| Lines | 16 |
| Message-ID | <6e4778c9-b6e2-43e2-8a4d-3e73fa48749a@glegroupsg2000goo.googlegroups.com> (permalink) |
| Reply-To | comp.lang.java.programmer@googlegroups.com |
| NNTP-Posting-Host | 85.247.65.79 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Trace | posting.google.com 1312962146 2661 127.0.0.1 (10 Aug 2011 07:42:26 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Wed, 10 Aug 2011 07:42:26 +0000 (UTC) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=85.247.65.79; posting-account=IKHdJQoAAABz_0Q3gk1ShAWN2geJ79T8 |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6958 |
Show key headers only | View raw
Hi,
I use jstack PID command on my program in java and I got this output.
[code]
"MapOutputCopier attempt_201108092223_0002_r_000013_1_0.2" prio=10 tid=0x00007f565c0b4000 nid=0x5f92 in Object.wait() [0x0000000041840000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:485)
at org.apache.hadoop.mapred.ReduceTask$ReduceCopier$MapOutputCopier.run(ReduceTask.java:1276)
- locked <0x00007f5668a910c0> (a java.util.ArrayList)
[/code]
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,
Back to comp.lang.java.programmer | Previous | Next | Find similar
get object by hexadecimal address in jstack xeon123 mailinglist <xeonmailinglist@gmail.com> - 2011-08-10 00:42 -0700
csiph-web