On Mon, 31 Oct 2022 03:22:32 GMT, Julian Waters <[email protected]> wrote:

> [JDK-8241499](https://bugs.openjdk.org/browse/JDK-8241499) proposes to set 
> the -permissive- flag for the Microsoft Visual C++ compiler, to enforce 
> strict standards conformance during compilation, making native code behave 
> more strictly. While adding it to default builds is likely not practical 
> given how much testing is required, as an option it can prove helpful in 
> finding areas of native code that are not conformant to the standard. Instead 
> of applying this to just one compiler, we can also include this for every 
> compiler that has support for such a strict mode, which this change does.

Marked as reviewed by erikj (Reviewer).

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

PR: https://git.openjdk.org/jdk/pull/10912

Reply via email to