comparison src/share/vm/runtime/arguments.cpp @ 20684:c03d85ef5e6a

8065765: Missing space in output message from -XX:+CheckEndorsedAndExtDirs Reviewed-by: hseigel, ccheung
author mchung
date Tue, 02 Dec 2014 08:42:50 -0800
parents b840813adfcc
children 4b41145051ab
comparison
equal deleted inserted replaced
20682:b12418b0d05c 20684:c03d85ef5e6a
3541 nonEmptyDirs += 1; 3541 nonEmptyDirs += 1;
3542 } 3542 }
3543 3543
3544 if (nonEmptyDirs > 0) { 3544 if (nonEmptyDirs > 0) {
3545 jio_fprintf(defaultStream::output_stream(), 3545 jio_fprintf(defaultStream::output_stream(),
3546 "Endorsed standards override mechanism and extension mechanism" 3546 "Endorsed standards override mechanism and extension mechanism "
3547 "will not be supported in a future release.\n" 3547 "will not be supported in a future release.\n"
3548 "Refer to JEP 220 for details (http://openjdk.java.net/jeps/220).\n"); 3548 "Refer to JEP 220 for details (http://openjdk.java.net/jeps/220).\n");
3549 return false; 3549 return false;
3550 } 3550 }
3551 3551