hotspot/src/share/vm/libadt/vectset.hpp
changeset 38022 342a29d198d8
parent 24425 53764d2358f9
equal deleted inserted replaced
38019:28b6a97849ed 38022:342a29d198d8
    24 
    24 
    25 #ifndef SHARE_VM_LIBADT_VECTSET_HPP
    25 #ifndef SHARE_VM_LIBADT_VECTSET_HPP
    26 #define SHARE_VM_LIBADT_VECTSET_HPP
    26 #define SHARE_VM_LIBADT_VECTSET_HPP
    27 
    27 
    28 #include "libadt/set.hpp"
    28 #include "libadt/set.hpp"
       
    29 
       
    30 #define BITS_IN_BYTE_ARRAY_SIZE 256
    29 
    31 
    30 // Vector Sets - An Abstract Data Type
    32 // Vector Sets - An Abstract Data Type
    31 //INTERFACE
    33 //INTERFACE
    32 
    34 
    33 // These sets can grow or shrink, based on the initial size and the largest
    35 // These sets can grow or shrink, based on the initial size and the largest