< prev index next >

src/hotspot/share/c1/c1_GraphBuilder.hpp

Print this page

        

@@ -33,11 +33,11 @@
 #include "ci/ciStreams.hpp"
 #include "compiler/compileLog.hpp"
 
 class MemoryBuffer;
 
-class GraphBuilder VALUE_OBJ_CLASS_SPEC {
+class GraphBuilder {
  private:
   // Per-scope data. These are pushed and popped as we descend into
   // inlined methods. Currently in order to generate good code in the
   // inliner we have to attempt to inline methods directly into the
   // basic block we are parsing; this adds complexity.
< prev index next >