Re: RFR: 8282410: Remove SA ProcDebugger support

2022-08-25 Thread Alex Menkov
On Thu, 25 Aug 2022 03:31:03 GMT, Chris Plummer wrote: > SA has the following source directory: > > src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc > > However, there are no references to any classes in this directory. There used > to be a reference to ProcDebuggerLocal, but

Re: RFR: 8282410: Remove SA ProcDebugger support

2022-08-25 Thread Chris Plummer
On Thu, 25 Aug 2022 03:31:03 GMT, Chris Plummer wrote: > SA has the following source directory: > > src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc > > However, there are no references to any classes in this directory. There used > to be a reference to ProcDebuggerLocal, but

Re: RFR: 8282410: Remove SA ProcDebugger support

2022-08-25 Thread Kevin Walls
On Thu, 25 Aug 2022 03:31:03 GMT, Chris Plummer wrote: > SA has the following source directory: > > src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc > > However, there are no references to any classes in this directory. There used > to be a reference to ProcDebuggerLocal, but

RFR: 8282410: Remove SA ProcDebugger support

2022-08-24 Thread Chris Plummer
SA has the following source directory: src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc However, there are no references to any classes in this directory. There used to be a reference to ProcDebuggerLocal, but this reference was removed, along with the class, when solaris suppo