Re: RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes [v3]

2024-02-02 Thread Alex Menkov
On Sat, 3 Feb 2024 00:44:42 GMT, Serguei Spitsyn wrote: >> Alex Menkov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> indent > > test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp > line 64:

Re: RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes [v4]

2024-02-02 Thread Alex Menkov
> The fix adds new test for FollowReferences JVMTI function to verify > correctness of reported field indexes. Alex Menkov has updated the pull request incrementally with one additional commit since the last revision: indent - Changes: - all:

Re: RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes [v3]

2024-02-02 Thread Serguei Spitsyn
On Fri, 2 Feb 2024 23:10:32 GMT, Alex Menkov wrote: >> The fix adds new test for FollowReferences JVMTI function to verify >> correctness of reported field indexes. > > Alex Menkov has updated the pull request incrementally with one additional > commit since the last revision: > > indent

Re: RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes [v2]

2024-02-02 Thread Alex Menkov
On Fri, 2 Feb 2024 06:47:22 GMT, Serguei Spitsyn wrote: >> Alex Menkov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> feedback > > test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp > line

Re: RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes [v3]

2024-02-02 Thread Alex Menkov
> The fix adds new test for FollowReferences JVMTI function to verify > correctness of reported field indexes. Alex Menkov has updated the pull request incrementally with one additional commit since the last revision: indent - Changes: - all:

Re: RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes [v2]

2024-02-01 Thread Serguei Spitsyn
On Thu, 1 Feb 2024 01:38:21 GMT, Alex Menkov wrote: >> The fix adds new test for FollowReferences JVMTI function to verify >> correctness of reported field indexes. > > Alex Menkov has updated the pull request incrementally with one additional > commit since the last revision: > > feedback

Re: RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes [v2]

2024-01-31 Thread Chris Plummer
On Thu, 1 Feb 2024 01:38:21 GMT, Alex Menkov wrote: >> The fix adds new test for FollowReferences JVMTI function to verify >> correctness of reported field indexes. > > Alex Menkov has updated the pull request incrementally with one additional > commit since the last revision: > > feedback

Re: RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes [v2]

2024-01-31 Thread Alex Menkov
On Thu, 1 Feb 2024 00:17:57 GMT, Chris Plummer wrote: >> Alex Menkov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> feedback > > test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp > line 93:

Re: RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes [v2]

2024-01-31 Thread Alex Menkov
> The fix adds new test for FollowReferences JVMTI function to verify > correctness of reported field indexes. Alex Menkov has updated the pull request incrementally with one additional commit since the last revision: feedback - Changes: - all:

Re: RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes

2024-01-31 Thread Chris Plummer
On Thu, 25 Jan 2024 23:05:19 GMT, Alex Menkov wrote: > The fix adds new test for FollowReferences JVMTI function to verify > correctness of reported field indexes. test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp line 93: > 91: > 92: /* > 93: Per

RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes

2024-01-25 Thread Alex Menkov
The fix adds new test for FollowReferences JVMTI function to verify correctness of reported field indexes. - Commit messages: - jcheck - new test Changes: https://git.openjdk.org/jdk/pull/17580/files Webrev: https://webrevs.openjdk.org/?repo=jdk=17580=00 Issue: