comparison src/share/vm/classfile/sharedPathsMiscInfo.cpp @ 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
137 return fail("Corrupted archive file header"); 137 return fail("Corrupted archive file header");
138 } 138 }
139 if (timestamp != st.st_mtime) { 139 if (timestamp != st.st_mtime) {
140 return fail("Timestamp mismatch"); 140 return fail("Timestamp mismatch");
141 } 141 }
142 if (filesize != st.st_size) { 142 if (filesize != st.st_size) {
143 return fail("File size mismatch"); 143 return fail("File size mismatch");
144 } 144 }
145 } 145 }
146 } 146 }
147 break; 147 break;