< prev index next >

src/hotspot/share/interpreter/bytecode.hpp

Print this page

        

@@ -127,11 +127,11 @@
   }
 };
 
 
 // Abstractions for lookupswitch bytecode
-class LookupswitchPair VALUE_OBJ_CLASS_SPEC {
+class LookupswitchPair {
  private:
   const address _bcp;
 
   address addr_at            (int offset)        const     { return _bcp + offset; }
   int     get_Java_u4_at     (int offset)        const     { return Bytes::get_Java_u4(addr_at(offset)); }
< prev index next >