comparison 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
comparison
equal deleted inserted replaced
20375:6e0cb14ce59b 20376:bb239308be67
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 }