On Fri, Jan 29, 2021 at 9:12 AM Mark Thomas <ma...@apache.org> wrote:
> On 29/01/2021 08:06, Mark Thomas wrote: > > Heads up. When I ran my pre-tag tests for 8.5.x I started to see a bunch > > of JVM crashes on Windows with both Java 7 and Java 8. The crashes were > > always in a compilation thread which was unusual. > > > > I am currently doing the binary search to figure out which commit > > triggered the issue. > > That was quicker than I expected. Running the HTTP/2 tests on their own > is enough to trigger the issue. > > It was the fix for bug 65111 - freeing the direct buffers - that > triggered this. > I think it's a good idea to take this out then, a little possible leak is better than a crash ... I haven't seen any crash on CI or on my test run with 10, so I did backport. Rémy