< prev index next >

src/hotspot/share/libadt/vectset.cpp

Print this page

        

*** 23,32 **** --- 23,33 ---- */ #include "precompiled.hpp" #include "libadt/vectset.hpp" #include "memory/allocation.inline.hpp" + #include "memory/arena.hpp" // Vector Sets - An Abstract Data Type // BitsInByte is a lookup table which tells the number of bits that // are in the looked-up number. It is very useful in VectorSet_Size.
< prev index next >