This little project tries to enumerate all JDK 12 accessible symbols and build a word list as spell checker dictionary.
This project uses the great work of the classgraph project
Point your JDK to the desired JDK12 and simply start the application
export JDK_HOME=/path/to/jdk12/ ./gradle run