src/share/vm/runtime/arguments.cpp

changeset 7717
41c3c456e326
parent 7715
f3ffb37f88a6
parent 7497
4b41145051ab
child 7755
8f07afdc1cd1
child 7976
3c2ea5da6afd
equal deleted inserted replaced
7716:d6a05415f1f4 7717:41c3c456e326
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

mercurial