Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX [v4]

2025-09-13 Thread Suchismith Roy
On Thu, 7 Aug 2025 05:36:46 GMT, Thomas Stuefe wrote: >> Suchismith Roy has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update ProblemList.txt > >> Once this issue has been resolved you should not forg

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX [v4]

2025-09-08 Thread Suchismith Roy
On Thu, 7 Aug 2025 05:36:46 GMT, Thomas Stuefe wrote: > > Once this issue has been resolved you should not forget to remove the two > > excludes from jdk/test/ProblemList.txt: > > Who? me? Other Reviewers? Strange PR description ;-) I edited the comment here...will edit in the bugs too. -

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX [v6]

2025-08-29 Thread Suchismith Roy
nce this issue has been resolved you should not forget to remove the two > excludes from jdk/test/ProblemList.txt: > > com/sun/management/OperatingSystemMXBean/GetProcessCpuLoad.java aix-all > com/sun/management/OperatingSystemMXBean/GetSystemCpuLoad.java aix-all Suchismith Roy has up

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX [v5]

2025-08-29 Thread Suchismith Roy
nce this issue has been resolved you should not forget to remove the two > excludes from jdk/test/ProblemList.txt: > > com/sun/management/OperatingSystemMXBean/GetProcessCpuLoad.java aix-all > com/sun/management/OperatingSystemMXBean/GetSystemCpuLoad.java aix-all Suchismith Roy has u

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX [v4]

2025-08-25 Thread Suchismith Roy
On Thu, 7 Aug 2025 06:01:12 GMT, Thomas Stuefe wrote: >> Suchismith Roy has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update ProblemList.txt > > src/jdk.management/aix/native/libmanagement_ext/Uni

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX [v4]

2025-08-06 Thread Suchismith Roy
nce this issue has been resolved you should not forget to remove the two > excludes from jdk/test/ProblemList.txt: > > com/sun/management/OperatingSystemMXBean/GetProcessCpuLoad.java aix-all > com/sun/management/OperatingSystemMXBean/GetSystemCpuLoad.java aix-all Suchismith Roy has

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX [v3]

2025-08-06 Thread Suchismith Roy
On Wed, 6 Aug 2025 14:14:53 GMT, Matthias Baesken wrote: >> @MBaesken it was part of master branch. shall I remove it ? > > Did not expect this in your PR . > Bit unsure why it is there. > > It is not here > https://github.com/openjdk/jdk/blob/master/test/jdk/ProblemList.txt so why > is it n

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX [v3]

2025-08-06 Thread Suchismith Roy
On Wed, 6 Aug 2025 13:48:15 GMT, Matthias Baesken wrote: >> Suchismith Roy has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains eight commits: >> >> - Merge branch 'master' into cpuprocessloa

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX [v3]

2025-08-06 Thread Suchismith Roy
nce this issue has been resolved you should not forget to remove the two > excludes from jdk/test/ProblemList.txt: > > com/sun/management/OperatingSystemMXBean/GetProcessCpuLoad.java aix-all > com/sun/management/OperatingSystemMXBean/GetSystemCpuLoad.java aix-all Suchismith Roy has up

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX

2025-07-30 Thread Suchismith Roy
On Wed, 23 Jul 2025 10:47:24 GMT, Matthias Baesken wrote: > Maybe you can check the system tools you mentioned with 'trace' or 'tprof' or > something similar to find out more about what they do and why they differ? Couldn't get much insights from that . I tried one case where I ran the same cl

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX [v2]

2025-07-30 Thread Suchismith Roy
nce this issue has been resolved you should not forget to remove the two > excludes from jdk/test/ProblemList.txt: > > com/sun/management/OperatingSystemMXBean/GetProcessCpuLoad.java aix-all > com/sun/management/OperatingSystemMXBean/GetSystemCpuLoad.java aix-all Suchismith Roy has up

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX

2025-07-24 Thread Suchismith Roy
On Mon, 26 May 2025 07:57:35 GMT, Matthias Baesken wrote: > > > Are you sure the perfstat functionality is always available ? In HS we do > > > dynamic resolution (see e.g. os_perf_aix.cpp), but maybe that was needed > > > long time ago and is not really needed any more? But please check this .

jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX

2025-07-24 Thread Suchismith Roy
JBS Issue : [JDK-8030957](https://bugs.openjdk.org/browse/JDK-8030957) These two methods should be implemented in src/aix/native/sun/management/AixOperatingSystem.c (which has to be created). getProcessCpuLoad() can be probably implemented in the same way like on Solaris be reading /proc/self/p

Re: jmx-dev RFR: JDK-8030957 - AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX

2025-07-24 Thread Suchismith Roy
On Wed, 21 May 2025 07:21:02 GMT, Matthias Baesken wrote: > Are you sure the perfstat functionality is always available ? In HS we do > dynamic resolution (see e.g. os_perf_aix.cpp), but maybe that was needed long > time ago and is not really needed any more? But please check this . I tried wi

jmx-dev Integrated: JDK-8348574 : Simplify c1/c2_globals inclusions

2025-06-16 Thread Suchismith Roy
On Thu, 12 Jun 2025 08:32:56 GMT, Suchismith Roy wrote: > JBS Issue : [JDK-8348574](https://bugs.openjdk.org/browse/JDK-8348574) > > c1_globals.hpp includes c1_globals_pd.hpp. c1_globals_pd.hpp includes the > corresponding CPU_HEADER and OS_HEADER files. All of the c1_globals_.hpp

jmx-dev RFR: JDK-8348574 : Simplify c1/c2_globals inclusions

2025-06-12 Thread Suchismith Roy
JBS Issue : [JDK-8348574](https://bugs.openjdk.org/browse/JDK-8348574) c1_globals.hpp includes c1_globals_pd.hpp. c1_globals_pd.hpp includes the corresponding CPU_HEADER and OS_HEADER files. All of the c1_globals_.hpp files are essentially identical and basically empty. (They just include globa