Skip to content

Commit 8c83c0d

Browse files
committedNov 28, 2023
Remove empty line. Pointed out by @Manc during code review.
1 parent 2122c03 commit 8c83c0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/hotspot/share/prims/jvmtiAgent.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ static bool invoke_JVM_OnLoad(JvmtiAgent* agent) {
432432
assert(agent != nullptr, "invariant");
433433
assert(agent->is_xrun(), "invariant");
434434
assert(JvmtiEnvBase::get_phase() == JVMTI_PHASE_PRIMORDIAL, "invalid init sequence");
435-
436435
OnLoadEntry_t on_load_entry = lookup_JVM_OnLoad_entry_point(agent);
437436
if (on_load_entry == nullptr) {
438437
vm_exit_during_initialization("Could not find JVM_OnLoad function in -Xrun library", agent->name());

0 commit comments

Comments
 (0)