The affinity library defines classes in the java.lang package. This is not allowed in Java 9, since the java.lang package is already exported by the java.base module
Here is the error:
error: module affinity reads package java.lang from both java.base and affinity