RFR: 8317376: Minor improvements to the 'this' escape analyzer

Archie Cobbs acobbs at openjdk.org
Wed Dec 20 15:37:48 UTC 2023


On Wed, 20 Dec 2023 09:03:34 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> I assume these were the reason why this-escape analysis had been disabled on java.net.http, and I expect the reason why the analysis can be reenabled by default is because of point 3 above?

No, the goal here is simply to remove unnecessary build flags. All Java code is compiled with `-Werror` so if the build still succeeds with the build flag removed then (in theory at least) the flag is no longer needed.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16208#issuecomment-1864689891


More information about the build-dev mailing list