comparison src/share/vm/runtime/arguments.cpp @ 18096:ca6d25be853b jdk8u25-b13

8044269: Analysis of archive files. Summary: Add checksum verification. Reviewed-by: iklam, dholmes, mschoene
author jiangli
date Tue, 12 Aug 2014 17:46:16 -0400
parents 54bc75c144b0
children eaf39a954227 8cb56c8cb30d cc74ca225166 9c5134750f1d
comparison
equal deleted inserted replaced
18095:c49561a5865c 18096:ca6d25be853b
3579 SharedArchivePath = get_shared_archive_path(); 3579 SharedArchivePath = get_shared_archive_path();
3580 if (SharedArchivePath == NULL) { 3580 if (SharedArchivePath == NULL) {
3581 return JNI_ENOMEM; 3581 return JNI_ENOMEM;
3582 } 3582 }
3583 3583
3584 // Set up VerifySharedSpaces
3585 if (FLAG_IS_DEFAULT(VerifySharedSpaces) && SharedArchiveFile != NULL) {
3586 VerifySharedSpaces = true;
3587 }
3588
3584 // Delay warning until here so that we've had a chance to process 3589 // Delay warning until here so that we've had a chance to process
3585 // the -XX:-PrintWarnings flag 3590 // the -XX:-PrintWarnings flag
3586 if (needs_hotspotrc_warning) { 3591 if (needs_hotspotrc_warning) {
3587 warning("%s file is present but has been ignored. " 3592 warning("%s file is present but has been ignored. "
3588 "Run with -XX:Flags=%s to load the file.", 3593 "Run with -XX:Flags=%s to load the file.",