< prev index next >

src/hotspot/share/classfile/bytecodeAssembler.hpp

Print this page

        

@@ -49,11 +49,11 @@
  public:
   BytecodeBuffer() : GrowableArray<u1>(20) {}
 };
 
 // Entries in a yet-to-be-created constant pool.  Limited types for now.
-class BytecodeCPEntry VALUE_OBJ_CLASS_SPEC {
+class BytecodeCPEntry {
  public:
   enum tag {
     ERROR_TAG,
     UTF8,
     KLASS,
< prev index next >