Re: RFR: 8289711: Add container configuration data to mbeans

2022-07-06 Thread Jie Fu
On Tue, 5 Jul 2022 04:21:55 GMT, xpbob wrote: > 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

Re: [jdk19] RFR: 8289840: ProblemList vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java when run with vthread wrapper

2022-07-06 Thread Daniel D . Daugherty
On Wed, 6 Jul 2022 16:32:31 GMT, Brian Burkhalter wrote: >> A trivial fix to ProblemList >> vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java >> when run with vthread wrapper. > > Marked as reviewed by bpb (Reviewer). @bplb - Thanks for the fast re

Re: RFR: 8289711: Add container configuration data to mbeans

2022-07-06 Thread xpbob
On Tue, 5 Jul 2022 04:21:55 GMT, xpbob wrote: > 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

Re: RFR: 8289768: Clean up unused code [v2]

2022-07-06 Thread Daniel Jeliński
On Wed, 6 Jul 2022 05:32:29 GMT, Daniel Jeliński wrote: >> This patch removes many unused variables and one unused label reported by >> the compilers when relevant warnings are enabled. >> >> The unused code was found by compiling after removing `unused` from the list >> of disabled warnings

Re: RFR: 8289711: Add container configuration data to mbeans [v2]

2022-07-06 Thread Alan Bateman
On Wed, 6 Jul 2022 03:52:30 GMT, xpbob wrote: >> 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/78

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

2022-07-06 Thread Tongbao Zhang
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: 8289768: Clean up unused code [v2]

2022-07-06 Thread Daniel Jeliński
> This patch removes many unused variables and one unused label reported by the > compilers when relevant warnings are enabled. > > The unused code was found by compiling after removing `unused` from the list > of disabled warnings for > [gcc](https://github.com/openjdk/jdk/blob/master/make/au

RFR: 8289780: Remove Forte::register_stub

2022-07-06 Thread Ioi Lam
I removed `Remove Forte::register_stub` since it's used only by the Solaris Forte(TM) Performance Tools collector, which is no longer supported by the JDK. I also fixed a couple of places where the stub name is computed unnecessarily. Also renamed some `#ifndef IA64` around the code that I touch

Re: RFR: 8289768: Clean up unused code [v2]

2022-07-06 Thread Daniel Fuchs
On Wed, 6 Jul 2022 05:32:29 GMT, Daniel Jeliński wrote: >> This patch removes many unused variables and one unused label reported by >> the compilers when relevant warnings are enabled. >> >> The unused code was found by compiling after removing `unused` from the list >> of disabled warnings

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

2022-07-06 Thread Leonid Mesnik
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

RFR: 8289768: Clean up unused code

2022-07-06 Thread Daniel Jeliński
This patch removes many unused variables and one unused label reported by the compilers when relevant warnings are enabled. The unused code was found by compiling after removing `unused` from the list of disabled warnings for [gcc](https://github.com/openjdk/jdk/blob/master/make/autoconf/flags