< prev index next >

src/hotspot/share/ci/ciTypeFlow.hpp

Print this page

        

@@ -135,11 +135,11 @@
     int size() const { return _set->length(); }
 
     void print_on(outputStream* st) const PRODUCT_RETURN;
   };
 
-  class LocalSet VALUE_OBJ_CLASS_SPEC {
+  class LocalSet {
   private:
     enum Constants { max = 63 };
     uint64_t _bits;
   public:
     LocalSet() : _bits(0) {}
< prev index next >