src/hotspot/share/memory/filemap.cpp
branchstuefe-new-metaspace-branch
changeset 58199 595fcbebaa77
parent 58107 69c38b90014c
parent 58110 85e1de070bef
child 58494 54c1ba464b78
equal deleted inserted replaced
58107:69c38b90014c 58199:595fcbebaa77
   458   for (int i = 0; i <= last; i++) {
   458   for (int i = 0; i <= last; i++) {
   459     SharedClassPathEntry *e = shared_path(i);
   459     SharedClassPathEntry *e = shared_path(i);
   460     if (e->is_dir()) {
   460     if (e->is_dir()) {
   461       const char* path = e->name();
   461       const char* path = e->name();
   462       if (!os::dir_is_empty(path)) {
   462       if (!os::dir_is_empty(path)) {
   463         tty->print_cr("Error: non-empty directory '%s'", path);
   463         log_error(cds)("Error: non-empty directory '%s'", path);
   464         has_nonempty_dir = true;
   464         has_nonempty_dir = true;
   465       }
   465       }
   466     }
   466     }
   467   }
   467   }
   468 
   468