hotspot/src/share/vm/classfile/sharedPathsMiscInfo.cpp
changeset 37242 91e5f98fff6f
parent 36508 5f9eee6b383b
child 37248 11a660dbbb8e
equal deleted inserted replaced
37241:b9961c99c356 37242:91e5f98fff6f
    72   return false;
    72   return false;
    73 }
    73 }
    74 
    74 
    75 void SharedPathsMiscInfo::print_path(int type, const char* path) {
    75 void SharedPathsMiscInfo::print_path(int type, const char* path) {
    76   ResourceMark rm;
    76   ResourceMark rm;
    77   outputStream* out = LogHandle(classpath)::info_stream();
    77   outputStream* out = Log(classpath)::info_stream();
    78   switch (type) {
    78   switch (type) {
    79   case BOOT:
    79   case BOOT:
    80     out->print("Expecting BOOT path=%s", path);
    80     out->print("Expecting BOOT path=%s", path);
    81     break;
    81     break;
    82   case NON_EXIST:
    82   case NON_EXIST: