< prev index next >

src/hotspot/share/ci/ciFlags.hpp

Print this page

        

@@ -32,11 +32,11 @@
 #include "utilities/ostream.hpp"
 
 // ciFlags
 //
 // This class represents klass or method flags.
-class ciFlags VALUE_OBJ_CLASS_SPEC {
+class ciFlags {
 private:
   friend class ciInstanceKlass;
   friend class ciField;
   friend class ciMethod;
 
< prev index next >