< prev index next >

src/hotspot/share/classfile/classFileParser.hpp

Print this page

        

@@ -47,11 +47,11 @@
 
 // Parser for for .class files
 //
 // The bytes describing the class file structure is read from a Stream object
 
-class ClassFileParser VALUE_OBJ_CLASS_SPEC {
+class ClassFileParser {
 
  class ClassAnnotationCollector;
  class FieldAllocationCount;
  class FieldAnnotationCollector;
  class FieldLayoutInfo;
< prev index next >