Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8183857 | 8u161 | Robert Mckenna | P4 | Resolved | Fixed | b01 |
JDK-8192593 | emb-8u161 | Robert Mckenna | P4 | Resolved | Fixed | b01 |
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/.
< 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/.
- backported by
-
JDK-8183857 Typo in https://java.net/downloads/heap-snapshot/hprof-binary-format.html
-
- Resolved
-
-
JDK-8192593 Typo in https://java.net/downloads/heap-snapshot/hprof-binary-format.html
-
- Resolved
-