On Mon, 8 Feb 2021 14:31:32 GMT, Andy Herrick <[email protected]> wrote:
> There are also instances of "while(0)" (without space) in app.cpp, > tstrings.cpp. and ErrorHandling.h Right. I removed more things in `tstrings.cpp`, but in other places, `while(0)` are in `#define`-s, and that is one place where those make sense: they guard from syntax/semantic errors during macro expansion. ------------- PR: https://git.openjdk.java.net/jdk/pull/2454
