Skip to content

Commit 5f20091

Browse files
committed
We need better consistency on this, but there's no point in these
comments when the functions are this short
1 parent f9705c8 commit 5f20091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/oops/constantPool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2029,7 +2029,7 @@ int ConstantPool::find_matching_bsme(int pattern_i,
20292029
}
20302030
}
20312031
return -1; // bootstrap specifier data not found; return unused index (-1)
2032-
} // end find_matching_bsme()
2032+
}
20332033

20342034

20352035
#ifndef PRODUCT

0 commit comments

Comments
 (0)