Skip to content

Commit 6dd7e4d

Browse files
committed
comment update
1 parent 116073c commit 6dd7e4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hotspot/cpu/s390/macroAssembler_s390.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6851,7 +6851,7 @@ void MacroAssembler::profile_receiver_type(Register recv, Register mdp, int mdp_
68516851
// if (receiver(i) == recv) goto found_recv(i);
68526852
// }
68536853
//
6854-
// // Fast: no receiver, but profile is full
6854+
// // Fast: no receiver, but profile is not full
68556855
// for (i = 0; i < receiver_count(); i++) {
68566856
// if (receiver(i) == null) goto found_null(i);
68576857
// }

0 commit comments

Comments
 (0)