JDK-8173664 : Typo in https://java.net/downloads/heap-snapshot/hprof-binary-format.html
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-01-30
  • Updated: 2018-01-17
  • Resolved: 2017-05-29
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 8
8u152 b05Fixed
Description
https://java.net/downloads/heap-snapshot/hprof-binary-format.html, in the section on "Handling of Arrays" contains what I think is a typo:

< There will be a "LOAD CLASS" tag for type type of each array in the dump.
----
> There will be a "LOAD CLASS" tag for the type of each array in the dump.

That is: s/type type/the type/.
Comments
Demos and samples are removed as part of http://openjdk.java.net/jeps/298 JDK-8164813 for 9
10-05-2017

change should be made in file manual.html present at jdk/src/share/demo/jvmti/hprof/manual.html in JDK 8 As demo/jvmti/hprof/manual.html is removed in JDK 9 it doesn't affect JDK 9.
09-05-2017