Re: SA frontends

2012-02-22 Thread Poonam Bajaj
Hi Kris, SA-Plugin for VisualVM uses HotspotAgent - SA interface provided by class sun.jvm.hotspot.HotSpotAgent. SA-Plugin uses the attach/detach functionality provided by this class and it uses other SA classes (e.g. sun.jvm.hotspot.runtime.*, sun.jvm.hotspot.ui.*) to extract and display dat

hg: jdk8/tl/jdk: 21 new changesets

2012-02-22 Thread lana . steuck
Changeset: 4196fc971f65 Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4196fc971f65 Added tag jdk8-b26 for changeset 5aca406e87cb ! .hgtags Changeset: 7a5c8c6f1c6b Author:prr Date: 2012-02-03 09:57 -0800 URL: http://hg.o

hg: jdk8/tl/hotspot: 69 new changesets

2012-02-22 Thread lana . steuck
Changeset: 3c4621be5149 Author:amurillo Date: 2012-02-06 12:18 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/3c4621be5149 7143122: new hotspot build - hs23-b15 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 869be5c8882e Author:phh Date: 2012-02-03 17:2

hg: jdk8/tl/corba: Added tag jdk8-b26 for changeset 79f709a099f4

2012-02-22 Thread lana . steuck
Changeset: 4fffe75e4edd Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/4fffe75e4edd Added tag jdk8-b26 for changeset 79f709a099f4 ! .hgtags

hg: jdk8/tl/langtools: 3 new changesets

2012-02-22 Thread lana . steuck
Changeset: fba3cbee0fa3 Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/fba3cbee0fa3 Added tag jdk8-b26 for changeset b556aa8a99c3 ! .hgtags Changeset: e127334a64fe Author:darcy Date: 2012-02-17 15:24 -0800 URL: htt

hg: jdk8/tl: Added tag jdk8-b26 for changeset 2accafff224a

2012-02-22 Thread lana . steuck
Changeset: 1533dfab9903 Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/rev/1533dfab9903 Added tag jdk8-b26 for changeset 2accafff224a ! .hgtags

hg: jdk8/tl/jaxws: 2 new changesets

2012-02-22 Thread lana . steuck
Changeset: 329ace7198ac Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/329ace7198ac Added tag jdk8-b26 for changeset 3518639eab6c ! .hgtags Changeset: 38c037af4127 Author:lana Date: 2012-02-18 16:09 -0800 URL: http://h

hg: jdk8/tl/jaxp: Added tag jdk8-b26 for changeset dbb7283c197b

2012-02-22 Thread lana . steuck
Changeset: 80c47eb83d24 Author:katleman Date: 2012-02-16 13:01 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/80c47eb83d24 Added tag jdk8-b26 for changeset dbb7283c197b ! .hgtags

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2012-02-22 Thread dmitriy . samersoff
Changeset: 645162d94294 Author:dsamersoff Date: 2012-02-22 19:43 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/645162d94294 7110104: It should be possible to stop and start JMX Agent at runtime Summary: Added a capability to start and stop JMX Agent by jcmd Review

hg: hsx/hotspot-rt/hotspot: 31 new changesets

2012-02-22 Thread frederic . parain
Changeset: 77a488cd4af2 Author:dlong Date: 2012-02-15 00:51 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/77a488cd4af2 7140866: assert(covered) failed: Card for end of new region not committed Summary: resize covered region only after successfully mapping shared a

Re: SA frontends

2012-02-22 Thread A. Sundararajan
Hi, SA uses stop-the-world to debug "snapshot" of the process. BugSpot was supposed to be a SA model where you can pause/resume and keep looking at different snapshots (as well as use JDI to look at process state). But, it was never implemented that way. Over the years lot of stuff accumulate

Re: SA frontends

2012-02-22 Thread Staffan Larsen
On 22 feb 2012, at 10:09, Mikael Gerdin wrote: > On 2012-02-22 09:26, Staffan Larsen wrote: >> I'm trying to figure out what the different front ends to SA are and how >> they differ. So far I have identified the following: >> >> HSDB - basic UI >> CLHSDB - command line version of HSDB >> BugSpot

Re: SA frontends

2012-02-22 Thread Krystal Mok
Hi Staffan, There's at least another frontend, the SA Plugin for Visual VM. I think it only uses the BugSpotAgent for attaching/detaching, otherwise it doesn't use stuff from BugSpot. Other tools, e.g. jstack -m, jstack -F, jmap -F, etc., are not exactly SA frontends, but use the SA to implement t

Re: SA frontends

2012-02-22 Thread Mikael Gerdin
Hi Staffan On 2012-02-22 09:26, Staffan Larsen wrote: I'm trying to figure out what the different front ends to SA are and how they differ. So far I have identified the following: HSDB - basic UI CLHSDB - command line version of HSDB BugSpot - improvement over HSDB ?? JSDB - JavaScript command

SA frontends

2012-02-22 Thread Staffan Larsen
I'm trying to figure out what the different front ends to SA are and how they differ. So far I have identified the following: HSDB - basic UI CLHSDB - command line version of HSDB BugSpot - improvement over HSDB ?? JSDB - JavaScript command line SOQL - Simple Object Query Language command line H