TypePtr::dump2 and its implementations in the subclasses of TypePtr are complicated and sometimes hide important information. For example, in JDK-8371581, 2 different types end up having the same dump result. Furthermore, while working on JDK-8370914, I had a hard time deciphering the debug messages. We should just print out all the information instead.
- links to
-
Review(master)
openjdk/jdk/28292