hotspot/agent/src/os/solaris/proc/saproc.cpp
changeset 25945 cb5dcc388aff
parent 25901 34036ccd1364
child 26410 a34c8032e674
equal deleted inserted replaced
25938:d1161ea75e14 25945:cb5dcc388aff
   312   }
   312   }
   313   if (handle == NULL) {
   313   if (handle == NULL) {
   314     handle = dlopen(name, mode);
   314     handle = dlopen(name, mode);
   315   }
   315   }
   316   if (_libsaproc_debug) {
   316   if (_libsaproc_debug) {
   317     printf("libsaproc DEBUG: pathmap_dlopen %s return 0x%x\n", name, handle);
   317     printf("libsaproc DEBUG: pathmap_dlopen %s return 0x%lx\n", name, (unsigned long) handle);
   318   }
   318   }
   319   return handle;
   319   return handle;
   320 }
   320 }
   321 
   321 
   322 // libproc and libthread_db callback functions
   322 // libproc and libthread_db callback functions