src/hotspot/share/memory/metaspace/blockListArray.inline.hpp
branchstuefe-new-metaspace-branch
changeset 59257 990b1fed3b47
parent 59238 6ce12ce00d3e
child 59271 1558266946de
--- a/src/hotspot/share/memory/metaspace/blockListArray.inline.hpp	Sat Nov 23 11:05:16 2019 +0100
+++ b/src/hotspot/share/memory/metaspace/blockListArray.inline.hpp	Mon Nov 25 16:35:14 2019 +0100
@@ -37,7 +37,7 @@
 
 // Starting at (including) pos, find the position of the next 1 bit.
 // Return -1 if not found.
-int BlockListFreeMap::find_next_set_bit(int pos) const {
+int BlockListArrayMask::find_next_set_bit(int pos) const {
 
   if (get_bit(pos)) {
     return pos;