mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8024007: Misc. cleanup of static agent code
Minor cleanup of static agent code from 8014135
Reviewed-by: dcubed, sspitsyn
This commit is contained in:
parent
7e04c1775c
commit
091edb47c5
5 changed files with 10 additions and 7 deletions
|
@ -3714,7 +3714,7 @@ static OnLoadEntry_t lookup_on_load(AgentLibrary* agent, const char *on_load_sym
|
|||
const char *name = agent->name();
|
||||
const char *msg = "Could not find agent library ";
|
||||
|
||||
// First check to see if agent is statcally linked into executable
|
||||
// First check to see if agent is statically linked into executable
|
||||
if (os::find_builtin_agent(agent, on_load_symbols, num_symbol_entries)) {
|
||||
library = agent->os_lib();
|
||||
} else if (agent->is_absolute_path()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue