RFR: JDK-8317636: Improve heap walking API tests to verify correctness of field indexes [v3]
Alex Menkov
amenkov at openjdk.org
Sat Feb 3 01:50:01 UTC 2024
On Sat, 3 Feb 2024 00:44:42 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> 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:
>
>> 62: static bool is_static_field(JNIEnv* env, jclass klass, jfieldID fid) {
>> 63: enum {
>> 64: ACC_STATIC = 0x0008,
>
> Nit: Indent is 1 instead of 2.
fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17580#discussion_r1476916568
More information about the serviceability-dev
mailing list