diff src/share/vm/classfile/sharedPathsMiscInfo.hpp @ 20376:bb239308be67

8056971: Minor class loading clean-up Summary: Misplacement of #if INCLUE_CDS, typos, unnecessary C string duplication Reviewed-by: dholmes, ccheung
author iklam
date Tue, 02 Sep 2014 14:02:57 -0700
parents 6e0cb14ce59b
children
line wrap: on
line diff
--- a/src/share/vm/classfile/sharedPathsMiscInfo.hpp	Thu Aug 21 13:57:51 2014 -0700
+++ b/src/share/vm/classfile/sharedPathsMiscInfo.hpp	Tue Sep 02 14:02:57 2014 -0700
@@ -165,7 +165,7 @@
       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();