On Wed, 20 Dec 2023 09:03:34 GMT, Daniel Fuchs <dfu...@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