< prev index next >

src/hotspot/share/ci/ciConstant.hpp

Print this page

        

@@ -29,11 +29,11 @@
 #include "ci/ciNullObject.hpp"
 
 // ciConstant
 //
 // This class represents a constant value.
-class ciConstant VALUE_OBJ_CLASS_SPEC {
+class ciConstant {
   friend class VMStructs;
 private:
   friend class ciEnv;
   friend class ciField;
 
< prev index next >