Re: RFR: 8323681: SA PointerFinder code should support G1 [v3]

2024-02-07 Thread Chris Plummer
On Tue, 6 Feb 2024 19:24:04 GMT, Chris Plummer wrote: >> This PR adds G1 support to PointerFinder/PointerLocation. Previously we only >> had SerialGC support. Previously for G1 addresses SA would only report that >> the address is "In unknown section of Java heap" with no other details. Now >>

Re: RFR: 8323681: SA PointerFinder code should support G1 [v2]

2024-02-06 Thread Chris Plummer
On Tue, 6 Feb 2024 17:39:42 GMT, Kevin Walls wrote: > Trivia on the output formatting: For serial, an object not in a tlab, without > verbose, I think it prints "In heap new generation:" and then nothing else. > The ":" leaves you hanging thinking it should introduce something else, so > there

Re: RFR: 8323681: SA PointerFinder code should support G1 [v3]

2024-02-06 Thread Chris Plummer
> This PR adds G1 support to PointerFinder/PointerLocation. Previously we only > had SerialGC support. Previously for G1 addresses SA would only report that > the address is "In unknown section of Java heap" with no other details. Now > it provides details for G1 addresses. Here are some example

Re: RFR: 8323681: SA PointerFinder code should support G1 [v2]

2024-02-06 Thread Kevin Walls
On Sat, 3 Feb 2024 04:28:24 GMT, Chris Plummer wrote: >> This PR adds G1 support to PointerFinder/PointerLocation. Previously we only >> had SerialGC support. Previously for G1 addresses SA would only report that >> the address is "In unknown section of Java heap" with no other details. Now >>

Re: RFR: 8323681: SA PointerFinder code should support G1 [v2]

2024-02-06 Thread Thomas Schatzl
On Sat, 3 Feb 2024 04:28:24 GMT, Chris Plummer wrote: >> This PR adds G1 support to PointerFinder/PointerLocation. Previously we only >> had SerialGC support. Previously for G1 addresses SA would only report that >> the address is "In unknown section of Java heap" with no other details. Now >>

Re: RFR: 8323681: SA PointerFinder code should support G1 [v2]

2024-02-02 Thread Chris Plummer
> This PR adds G1 support to PointerFinder/PointerLocation. Previously we only > had SerialGC support. Previously for G1 addresses SA would only report that > the address is "In unknown section of Java heap" with no other details. Now > it provides details for G1 addresses. Here are some example

RFR: 8323681: SA PointerFinder code should support G1

2024-02-02 Thread Chris Plummer
This PR adds G1 support to PointerFinder/PointerLocation. Previously we only had SerialGC support. Previously for G1 addresses SA would only report that the address is "In unknown section of Java heap" with no other details. Now it provides details for G1 addresses. Here are some examples for cl