On Fri, 29 Aug 2025 14:11:01 GMT, Matthias Baesken wrote:
>> When using gcc static analyzer (-fanalyzer) with gcc 13.2 the following
>> issue is reported :
>>
>> /jdk/src/jdk.management/linux/native/libmanagement_ext/UnixOperatingSystem.c:
>> In function 'get_jvmticks':
>> /jdk/src/jdk.managem
On Fri, 29 Aug 2025 14:11:01 GMT, Matthias Baesken wrote:
>> When using gcc static analyzer (-fanalyzer) with gcc 13.2 the following
>> issue is reported :
>>
>> /jdk/src/jdk.management/linux/native/libmanagement_ext/UnixOperatingSystem.c:
>> In function 'get_jvmticks':
>> /jdk/src/jdk.managem
> When using gcc static analyzer (-fanalyzer) with gcc 13.2 the following issue
> is reported :
>
> /jdk/src/jdk.management/linux/native/libmanagement_ext/UnixOperatingSystem.c:
> In function 'get_jvmticks':
> /jdk/src/jdk.management/linux/native/libmanagement_ext/UnixOperatingSystem.c:208:24:
>
On Wed, 27 Aug 2025 14:39:01 GMT, Matthias Baesken wrote:
>> When using gcc static analyzer (-fanalyzer) with gcc 13.2 the following
>> issue is reported :
>>
>> /jdk/src/jdk.management/linux/native/libmanagement_ext/UnixOperatingSystem.c:
>> In function 'get_jvmticks':
>> /jdk/src/jdk.managem
On Wed, 27 Aug 2025 14:39:01 GMT, Matthias Baesken wrote:
>> When using gcc static analyzer (-fanalyzer) with gcc 13.2 the following
>> issue is reported :
>>
>> /jdk/src/jdk.management/linux/native/libmanagement_ext/UnixOperatingSystem.c:
>> In function 'get_jvmticks':
>> /jdk/src/jdk.managem
> 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 readin
> 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 readin