RFR: 8335654: Remove stale hyperlink in divnode.cpp

Jasmine Karthikeyan jkarthikeyan at openjdk.org
Thu Jul 4 03:30:47 UTC 2024


This is a trivial patch to remove a stale hyperlink in divnode.cpp. I noticed while reading the code that this link no longer points to the relevant Hacker's Delight code, and since the referenced code ([archived version](https://web.archive.org/web/20070507103558/http://www.hackersdelight.org/HDcode/mulhs.c)) is also embedded in the comment, let's remove it.

Thanks!

-------------

Commit messages:
 - Remove stale link

Changes: https://git.openjdk.org/jdk/pull/20020/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20020&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8335654
  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/20020.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20020/head:pull/20020

PR: https://git.openjdk.org/jdk/pull/20020


More information about the hotspot-compiler-dev mailing list