On Sat, 18 Dec 2021 01:08:04 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:

> "whatis" is one of the old clhsdb commands that was written in javascript and 
> lost when Nashorn support was removed. The old "whatis" is the same as the 
> old "findpc", but also called LoadObject.lookup() on the address and also 
> tried to determine the C++ Type of the address. However, with the 
> improvements made to PointerFinder by JDK-8247514, findpc now also includes 
> support for this (plus other types of address lookups), so these two commands 
> will do the same thing. I'm still 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.

This pull request has now been integrated.

Changeset: 00c0d108
Author:    Chris Plummer <cjplum...@openjdk.org>
URL:       
https://git.openjdk.java.net/jdk/commit/00c0d1087021603f3f09131cb0458ac8b9c110e5
Stats:     22 lines in 3 files changed: 21 ins; 0 del; 1 mod

8244670: convert clhsdb "whatis" command from javascript to java

Reviewed-by: sspitsyn, kevinw

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

PR: https://git.openjdk.java.net/jdk/pull/6887

Reply via email to