Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8305955 Remove Visual C++ specific workaround in javac
  3. JDK-8309551

Release Note: javac should emit headers with the LL suffix instead of i64 for Windows

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Delivered
    • Icon: P4 P4
    • 24
    • 24
    • tools

      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++.

            jwaters Julian Waters
            jwaters Julian Waters
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: