[9] review request: JDK-8090061 [WebView] replace "char*" with "const char*" where appropriate
Murali Billa
murali.billa at oracle.com
Tue Jan 12 08:33:09 UTC 2016
Hi Arun, Alexander, kevin,
Please review the fix for below issue :
JIRA: https://bugs.openjdk.java.net/browse/JDK-8090061
Webrev: http://cr.openjdk.java.net/~mbilla/8090061/webrev.00/
Issue:
This issue is related to changing JNI functions signature(BackForwardListJava.cpp - functions initMethod, initCtor) from char* to const char* as webkit jni code expecting const char*.
Thanks,
Murali
More information about the openjfx-dev
mailing list