Now that Java 9 is out, I decided to migrate to it my pet project, which is around 120K lines of java.
The first step is to just start compiling and running against jdk9, without using any of its features yet.
This is an account of the surprisingly few issues that I encountered during this first step and how I resolved them.