hotspot/src/share/vm/classfile/sharedPathsMiscInfo.hpp
changeset 26419 25abc4a3285c
parent 26135 82b516c550f7
child 27880 afb974a04396
equal deleted inserted replaced
26418:16ac9bcf600a 26419:25abc4a3285c
   163       break;
   163       break;
   164     case NON_EXIST:
   164     case NON_EXIST:
   165       out->print("Expecting that %s does not exist", path);
   165       out->print("Expecting that %s does not exist", path);
   166       break;
   166       break;
   167     case REQUIRED:
   167     case REQUIRED:
   168       out->print("Expecting that file %s must exist and not altered", path);
   168       out->print("Expecting that file %s must exist and is not altered", path);
   169       break;
   169       break;
   170     default:
   170     default:
   171       ShouldNotReachHere();
   171       ShouldNotReachHere();
   172     }
   172     }
   173   }
   173   }