Integrated: 8338728: Misc issues in memory layout javadoc
Maurizio Cimadamore
mcimadamore at openjdk.org
Tue Aug 27 14:29:12 UTC 2024
On Wed, 21 Aug 2024 09:41:14 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> This PR fixes two minor issues in the `MemoryLayout` javadoc:
> * the section describing dereference path talks about `P` and `P'` but then only uses `P` in the code;
> * the `ceilDiv` math on the `PathElement::sequenceElement(long, long)` is wrong, as the division returns a negative number for F < 0, which is incorrect
This pull request has now been integrated.
Changeset: b25095b0
Author: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b25095b08e4d21b95177a5fa3fff3807b2cf81e0
Stats: 32 lines in 2 files changed: 25 ins; 0 del; 7 mod
8338728: Misc issues in memory layout javadoc
Reviewed-by: pminborg, psandoz
-------------
PR: https://git.openjdk.org/jdk/pull/20659
More information about the core-libs-dev
mailing list