1VERS_1.0 {
2  # Export JNI symbols.
3  global:
4    Java_*;
5    JNI_OnLoad;
6
7  # Hide everything else
8  local:
9    *;
10};
11