Details
-
Task
-
Resolution: Fixed
-
Major
-
3.1.0
-
Security Level: Public
-
None
-
JAK-125, JAK 126
-
4
Description
The Java platform includes two native libraries: LiteCore and LiteCoreJNI. Each statically links its own copy of libc++.
LiteCore hides all symbols that are not part of the LiteCore API: there is no danger that client apps will mistakenly us its libc++
The JNI library does not hide anything.
It should.