Skip to content

Commit

Permalink
remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaesken committed Dec 12, 2024
1 parent b6be8ec commit 738dd8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/share/runtime/os.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1148,8 +1148,6 @@ void os::print_jvmti_agent_info(outputStream* st) {
st->print_cr("%s path:%s, %s, %s %s %s options:%s", agent->name(), pathinfo, loadinfo, initinfo, dyninfo, instrumentinfo, optionsinfo);
}
}
#else
st->print_cr("JVMTI support not included in this JVM.");
#endif
}

Expand Down

0 comments on commit 738dd8f

Please sign in to comment.