I wasn't able to find an issue for this, so apologies if this has been raised already.
Has Guava been tested with any of the early-access Java 9 and/or Jigsaw releases yet?
If not, this seems to be a pretty important medium-to-long-term thing to look into, as Guava currently uses sun.misc.Unsafe in a number of places, which by my understanding would prevent Guava from being used in Jigsaw-enabled versions of Java, including Java 9.