src/share/vm/classfile/sharedPathsMiscInfo.hpp

Print this page

        

@@ -163,11 +163,11 @@
       break;
     case NON_EXIST:
       out->print("Expecting that %s does not exist", path);
       break;
     case REQUIRED:
-      out->print("Expecting that file %s must exist and not altered", path);
+      out->print("Expecting that file %s must exist and is not altered", path);
       break;
     default:
       ShouldNotReachHere();
     }
   }