RFR: 8234502: Merge GenCollectedHeap and SerialHeap [v11]
Chris Plummer
cjplummer at openjdk.org
Wed Jan 10 17:26:28 UTC 2024
On Wed, 10 Jan 2024 15:45:42 GMT, Lei Zaakjyu <duke at openjdk.org> wrote:
>> 8234502: Merge GenCollectedHeap and SerialHeap
>
> Lei Zaakjyu has updated the pull request incrementally with one additional commit since the last revision:
>
> fix
src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/PointerLocation.java line 286:
> 284: getGeneration().printOn(tty); // does not include "\n"
> 285: }
> 286: tty.println();
If the pointer is in the heap, but not in the tlab, you don't print anything. But then due to the changes in PointerFinder, isInTLab() will always return false, so you won't print anything even if it is in a tlab.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16927#discussion_r1447694637
More information about the hotspot-gc-dev
mailing list