Re: SA frontends

2012-02-24 Thread Tomas Hurka
Hi Poonam, On 23 Feb 2012, at 07:18, Poonam Bajaj wrote: > > 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.ru

Re: SA frontends

2012-02-23 Thread Krystal Mok
le plugins list in VisualVM, so it should get a lot more exposure to end users, compared with other SA frontends. SA wasn't for end users to poke around anyway, and it wasn't available on Windows until a build of JDK 7, where a lot of end users like using GUI tools. And I guess the guy

Re: SA frontends

2012-02-23 Thread A. Sundararajan
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 their functionality. I use CLHSDB a lot when I poke around the internals of

Re: SA frontends

2012-02-23 Thread Staffan Larsen
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 their functionality. > > I use CLHSDB

Re: SA frontends

2012-02-23 Thread Staffan Larsen
edback, /Staffan > > -Sundar > > Krystal Mok wrote: >> 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

Re: SA frontends

2012-02-22 Thread Poonam Bajaj
jstack -m, jstack -F, jmap -F, etc., are not exactly SA frontends, but use the SA to implement their functionality. I use CLHSDB a lot when I poke around the internals of HotSpot. It's good for its purpose, except that history support is really weird, e.g. pressing up arrow give "^

Re: SA frontends

2012-02-22 Thread A. Sundararajan
by jhat or VisualVM. -Sundar Krystal Mok wrote: 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.,

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

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