hotspot/src/share/vm/runtime/thread.cpp
changeset 27471 6e56277909f1
parent 27429 4ccd0992d680
child 27474 2b061fd571eb
equal deleted inserted replaced
27467:cdc1d5bc86cf 27471:6e56277909f1
  3640   OnLoadEntry_t on_load_entry = NULL;
  3640   OnLoadEntry_t on_load_entry = NULL;
  3641   void *library = NULL;
  3641   void *library = NULL;
  3642 
  3642 
  3643   if (!agent->valid()) {
  3643   if (!agent->valid()) {
  3644     char buffer[JVM_MAXPATHLEN];
  3644     char buffer[JVM_MAXPATHLEN];
  3645     char ebuf[1024];
  3645     char ebuf[1024] = "";
  3646     const char *name = agent->name();
  3646     const char *name = agent->name();
  3647     const char *msg = "Could not find agent library ";
  3647     const char *msg = "Could not find agent library ";
  3648 
  3648 
  3649     // First check to see if agent is statically linked into executable
  3649     // First check to see if agent is statically linked into executable
  3650     if (os::find_builtin_agent(agent, on_load_symbols, num_symbol_entries)) {
  3650     if (os::find_builtin_agent(agent, on_load_symbols, num_symbol_entries)) {