RFR: JDK-8315706: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java real fix for failure on AIX [v4]
Joachim Kern
jkern at openjdk.org
Fri Sep 15 06:28:43 UTC 2023
On Fri, 15 Sep 2023 02:01:26 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Joachim Kern has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Merge remote-tracking branch 'origin/JDK-8315706' into JDK-8315706
>> - Following the proposals
>
> src/hotspot/share/prims/jvmtiAgent.hpp line 48:
>
>> 46: #ifdef AIX
>> 47: unsigned long _inode;
>> 48: unsigned long _device;
>
> It is best, IMO, to use the actual types rather than something expected to be "equivalent".
OK, this would be ino64_t and dev64_t. I will do the change.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15583#discussion_r1326853499
More information about the serviceability-dev
mailing list