-
Sub-task
-
Resolution: Delivered
-
P4
-
24
javac will no longer use the outdated "i64" suffix for 64-bit Integers on Windows when creating header files and will instead emit the Standard "LL" suffix, as recommended by Microsoft.
This will not affect compliant versions of the Microsoft Visual C/C++ compiler in any way.
This change allows for more compatibility when compiling Windows Java Native Interface libraries with compilers other than Microsoft Visual C/C++.
This will not affect compliant versions of the Microsoft Visual C/C++ compiler in any way.
This change allows for more compatibility when compiling Windows Java Native Interface libraries with compilers other than Microsoft Visual C/C++.
- relates to
-
JDK-8305955 Remove Visual C++ specific workaround in javac
- In Progress
-
JDK-8288293 Windows/gcc Port
- Draft