< prev index next >

src/share/vm/libadt/vectset.hpp

Print this page

        

@@ -25,10 +25,12 @@
 #ifndef SHARE_VM_LIBADT_VECTSET_HPP
 #define SHARE_VM_LIBADT_VECTSET_HPP
 
 #include "libadt/set.hpp"
 
+#define BITS_IN_BYTE_ARRAY_SIZE 512
+
 // Vector Sets - An Abstract Data Type
 //INTERFACE
 
 // These sets can grow or shrink, based on the initial size and the largest
 // element currently in them.  Slow and bulky for sparse sets, these sets
< prev index next >