< prev index next >

src/hotspot/share/opto/optoreg.hpp

Print this page

        

@@ -49,11 +49,11 @@
 // is the range of smallest bit-field that can represent all enumerators
 // declared in the enum. The result of assigning a value to enum is undefined
 // if the value is outside the enumeration's valid range. OptoReg::Name is
 // typedef'ed as int, because it needs to be able to represent spill-slots.
 //
-class OptoReg VALUE_OBJ_CLASS_SPEC {
+class OptoReg {
 
  friend class C2Compiler;
  public:
   typedef int Name;
   enum {
< prev index next >