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++)
- csr for
-
JDK-8308990 Remove Visual C++ specific workaround in javac
-
- Provisional
-
- relates to
-
JDK-8288293 Windows/gcc Port
-
- Draft
-
-
JDK-8309551 Release Note: javac should emit headers with the LL suffix instead of i64 for Windows
-
- Resolved
-
- links to
-
Review openjdk/jdk/13457