Re: RFR: JDK-8298445: Add LeakSanitizer support in HotSpot [v3]

2023-02-07 Thread Justin King
On Tue, 7 Feb 2023 13:49:55 GMT, Magnus Ihse Bursie wrote: >> Justin King has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Fix grammatical error >> >>Signed-off-by: Justin King >> - Update based on review and remove

Re: RFR: JDK-8298445: Add LeakSanitizer support in HotSpot [v3]

2023-02-07 Thread Magnus Ihse Bursie
On Thu, 2 Feb 2023 15:52:01 GMT, Justin King wrote: >> Adds initial LSan (LeakSanitizer) support to Hotspot. This setup has been >> used to identify multiple leaks so far. It can run most of the test suite >> except those that also fail with ASan, which is being looked at separately. >> It is

Re: RFR: JDK-8298445: Add LeakSanitizer support in HotSpot [v3]

2023-02-03 Thread David Holmes
On Fri, 3 Feb 2023 04:26:40 GMT, David Holmes wrote: >> Justin King has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Fix grammatical error >> >>Signed-off-by: Justin King >> - Update based on review and remove restriction on

Re: RFR: JDK-8298445: Add LeakSanitizer support in HotSpot [v3]

2023-02-02 Thread David Holmes
On Thu, 2 Feb 2023 15:52:01 GMT, Justin King wrote: >> Adds initial LSan (LeakSanitizer) support to Hotspot. This setup has been >> used to identify multiple leaks so far. It can run most of the test suite >> except those that also fail with ASan, which is being looked at separately. >> It is

Re: RFR: JDK-8298445: Add LeakSanitizer support in HotSpot [v3]

2023-02-02 Thread Justin King
> Adds initial LSan (LeakSanitizer) support to Hotspot. This setup has been > used to identify multiple leaks so far. It can run most of the test suite > except those that rely on testing compressed oops or compressed class > pointers. It is especially useful when combined with ASan, as LSan