> AWT passes JNI_FALSE to the JVM to avoid a copy, which is not correct since > JNI has absolutely no control over whether a copy is made or not. The > parameter in question is a pointer to a jboolean that the JVM sets to > indicate whether it made a copy or not, which should be passed nullptr > because we don't bother about the copy status of the jint
Julian Waters has updated the pull request incrementally with one additional commit since the last revision: LWCToolkit.m ------------- Changes: - all: https://git.openjdk.org/jdk/pull/13140/files - new: https://git.openjdk.org/jdk/pull/13140/files/0ce76c20..eb14695c Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=13140&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13140&range=01-02 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/13140.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/13140/head:pull/13140 PR: https://git.openjdk.org/jdk/pull/13140
