On Sat, 3 Feb 2024 00:44:42 GMT, Serguei Spitsyn <[email protected]> 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