JDK-8244670 : convert clhsdb "whatis" command from javascript to java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-05-08
  • Updated: 2022-10-31
  • Resolved: 2021-12-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17 JDK 19
17.0.6-oracleFixed 19 b04Fixed
Related Reports
Relates :  
Description
"whatis" is the same as "findpc", but also calls LoadObject.lookup() on the address and will also try to determine the C++ Type of the address. However, with the proposed improvements to PointerFinder in JDK-8247514, findpc will also include support for this (plus other types of address lookups), so these two commands will do the same thing. I do still plan on adding "whatis" since some people might still rely on it from when it worked in JDK 8, and may not know that findpc will do the same.
Comments
Fix request [17u] Clean backport, Parity with 17.0.6-oracle Tested: tier1, tier2, jck's.
28-10-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/849 Date: 2022-10-28 17:27:17 +0000
28-10-2022

Changeset: 00c0d108 Author: Chris Plummer <cjplummer@openjdk.org> Date: 2021-12-21 22:55:09 +0000 URL: https://git.openjdk.java.net/jdk/commit/00c0d1087021603f3f09131cb0458ac8b9c110e5
21-12-2021

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/6887 Date: 2021-12-18 01:08:04 +0000
18-12-2021