RFR: 8289711: Add container configuration data to mbeans

2022-07-05 Thread xpbob
Container configuration information is useful for troubleshooting problems,Exposing information in MBeans is ideal for monitoring, jConsole, and other scenarios. Results the following ![图片](https://user-images.githubusercontent.com/7837910/177248834-50beefe9-4db6-470c-8f15-df5a93892804.png)

Re: RFR: 8289436: Make the redefine timer statistics more accurate

2022-07-05 Thread Serguei Spitsyn
On Wed, 29 Jun 2022 08:30:12 GMT, Tongbao Zhang wrote: > Make the redefine timer statistics more accurate > > After some significant performance improvements of the class redefinition, > like: > https://bugs.openjdk.org/browse/JDK-8139551 > https://bugs.openjdk.org/browse/JDK-8078725 > > Some

Re: RFR: 8289436: Make the redefine timer statistics more accurate

2022-07-05 Thread Chris Plummer
On Wed, 29 Jun 2022 08:30:12 GMT, Tongbao Zhang wrote: > Make the redefine timer statistics more accurate > > After some significant performance improvements of the class redefinition, > like: > https://bugs.openjdk.org/browse/JDK-8139551 > https://bugs.openjdk.org/browse/JDK-8078725 > > Some

[jdk19] Integrated: 8287847: Fatal Error when suspending virtual thread after it has terminated

2022-07-05 Thread Chris Plummer
On Tue, 28 Jun 2022 22:33:07 GMT, Chris Plummer wrote: > This fixes a bug in the debug agent when there is a request to suspend a > virtual thread that has already terminated. The issue was that unless the > debug agent was currently under a "suspend all", it would not properly put > the virtu