With respect to bug# 4905000 (launching a function called debug() across .so files will fail) the function used internally should be renamed from "debug()" to "_debug()" (note the leading underscore).
This will mark the function as internal and it will avoid that customers run into trouble if they are choosing the name "debug" for their functions.
This will mark the function as internal and it will avoid that customers run into trouble if they are choosing the name "debug" for their functions.
- relates to
-
JDK-4905000 JNI: launching a function called debug() across .so files will fail
-
- Closed
-