On Fri, 15 Sep 2023 02:01:26 GMT, David Holmes <dhol...@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