J2ObjC 3.1 is an interim release that updates the j2objc-annotations Maven artifact, as well as includes all source changes since 3.0. We'll be releasing more frequently as we start moving the build to use Bazel instead of Make.
What's Changed
- Replaces use of
mac_absolute_time()withclock_gettime_nsec_np(CLOCK_MONOTONIC)injava.lang.System.nanoTime()impl...