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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo