RFR: 8305955: Remove Visual C++ specific workaround in javac [v2]

Julian Waters jwaters at openjdk.org
Fri Jun 23 02:45:25 UTC 2023


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

Julian Waters has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:

 - Merge branch 'openjdk:master' into patch-2
 - Remove Visual C++ specific workaround in javac

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13457/files
  - new: https://git.openjdk.org/jdk/pull/13457/files/105c332d..1db3082b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13457&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13457&range=00-01

  Stats: 560116 lines in 6608 files changed: 455075 ins; 57368 del; 47673 mod
  Patch: https://git.openjdk.org/jdk/pull/13457.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13457/head:pull/13457

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


More information about the compiler-dev mailing list