Skip to content

Commit

Permalink
Remove empty line. Pointed out by @Manc during code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglizhou committed Oct 24, 2023
1 parent e1342c0 commit bbc8ef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/prims/jvmtiAgent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ static bool invoke_JVM_OnLoad(JvmtiAgent* agent) {
assert(agent != nullptr, "invariant");
assert(agent->is_xrun(), "invariant");
assert(JvmtiEnvBase::get_phase() == JVMTI_PHASE_PRIMORDIAL, "invalid init sequence");

OnLoadEntry_t on_load_entry = lookup_JVM_OnLoad_entry_point(agent);
if (on_load_entry == nullptr) {
vm_exit_during_initialization("Could not find JVM_OnLoad function in -Xrun library", agent->name());
Expand Down

0 comments on commit bbc8ef7

Please sign in to comment.