Re: RFR: 8272317: jstatd has dependency on Security Manager which needs to be removed

2021-12-24 Thread Stuart Marks
On Wed, 22 Dec 2021 22:01:00 GMT, Kevin Walls wrote: >> src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java line 51: >> >>> 49: private static RemoteHost remoteHost; >>> 50: >>> 51: private static final String rmiFilterPattern = >>> "sun.jvmstat.monitor.remote.RemoteVm;com.sun.pr

Re: RFR: 8279194: Add Annotated Memory Viewer feature to SA's HSDB

2021-12-24 Thread Yasumasa Suenaga
On Thu, 23 Dec 2021 03:31:44 GMT, Chris Plummer wrote: > HSDB has a Memory Viewer feature that brings up a window that shows the > memory contents in a specific address range. It basically looks just like the > clhsdb "mem" output. The recently revived "mem" command (see > [JDK-824466](https:/

Re: RFR: 8250801: Add clhsdb "threadcontext" command

2021-12-24 Thread Kevin Walls
On Thu, 23 Dec 2021 04:06:58 GMT, Chris Plummer wrote: > SA has the ability to fetch the thread's registers via the thread context. It > would be nice to allow access to the registers from clhsdb. This plays in > well with the enhancements being done to PointerFinder as part of > JDK-8247514.

Re: RFR: 8250801: Add clhsdb "threadcontext" command

2021-12-24 Thread Kevin Walls
On Thu, 23 Dec 2021 04:06:58 GMT, Chris Plummer wrote: > SA has the ability to fetch the thread's registers via the thread context. It > would be nice to allow access to the registers from clhsdb. This plays in > well with the enhancements being done to PointerFinder as part of > JDK-8247514.