< prev index next >

src/share/vm/code/dependencies.hpp

Print this page

        

@@ -57,11 +57,11 @@
 class xmlStream;
 class CompileLog;
 class DepChange;
 class   KlassDepChange;
 class   CallSiteDepChange;
-class No_Safepoint_Verifier;
+class NoSafepointVerifier;
 
 class Dependencies: public ResourceObj {
  public:
   // Note: In the comments on dependency types, most uses of the terms
   // subtype and supertype are used in a "non-strict" or "inclusive"

@@ -711,11 +711,11 @@
    public:
     ContextStream(DepChange& changes)
       : _changes(changes)
     { start(); }
 
-    ContextStream(DepChange& changes, No_Safepoint_Verifier& nsv)
+    ContextStream(DepChange& changes, NoSafepointVerifier& nsv)
       : _changes(changes)
       // the nsv argument makes it safe to hold oops like _klass
     { start(); }
 
     bool next();
< prev index next >