RFR: 8305955: Remove Visual C++ specific workaround in javac

Daniel Jeliński djelinski at openjdk.org
Wed May 31 07:37:57 UTC 2023


On Thu, 13 Apr 2023 11:36:15 GMT, Julian Waters <jwaters at openjdk.org> wrote:

> Visual C++ no longer requires the use of the i64 literal syntax and instead recommends the use of LL instead, so we should remove this workaround in the JNIWriter (this also helps when users write Windows JNI code meant to be compiled with alternate compilers other than Visual C++)

FWIW, here's the official documentation for VS2008 stating that LL is a supported suffix:
https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2008/00a1awxf(v=vs.90)
I couldn't find a similar page for VS2005.

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

PR Comment: https://git.openjdk.org/jdk/pull/13457#issuecomment-1569653360


More information about the compiler-dev mailing list