Skip to content

Commit 3050ba0

Browse files
committed
8335654: Remove stale hyperlink in divnode.cpp
Reviewed-by: chagedorn, thartmann
1 parent da0ffa8 commit 3050ba0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/share/opto/divnode.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ static Node* long_by_long_mulhi(PhaseGVN* phase, Node* dividend, jlong magic_con
266266
}
267267

268268
// Taken from Hacker's Delight, Fig. 8-2. Multiply high signed.
269-
// (http://www.hackersdelight.org/HDcode/mulhs.c)
270269
//
271270
// int mulhs(int u, int v) {
272271
// unsigned u0, v0, w0;

0 commit comments

Comments
 (0)