Integrated: 8254674: G1: Improve root location reference to dead obj verification message
Thomas Schatzl
tschatzl at openjdk.java.net
Thu Oct 15 10:42:14 UTC 2020
On Tue, 13 Oct 2020 11:15:36 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> can I have reviews for this tiny change that augments the
>
> Root location 0x00007fc6497f5070 points to dead obj 0x00000000e0200000
>
> message with region information as G1 does for other references:
>
> points to dead obj 0x00000000e0300000 in region 3:(HS)[0x00000000e0300000,0x00000000e0400000,0x00000000e0400000]
>
> I.e. resulting in something like
>
> Root location 0x00007fe388b7f070 points to dead obj 0x00000000e0200000 in region
> 2:(HS)[0x00000000e0200000,0x00000000e0300000,0x00000000e0300000]
> This saves a few seconds looking up the region for the failing address during debugging..
>
> Testing: local compilation, local verification on failing case
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: 3c2f5e08
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/3c2f5e08
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8254674: G1: Improve root location reference to dead obj verification message
Reviewed-by: sjohanss, lkorinth
-------------
PR: https://git.openjdk.java.net/jdk/pull/631
More information about the hotspot-gc-dev
mailing list