A few source files, coming from the generated swing BeanInfo files are generated and stored into the wrong source directory, where the path does not correspond to the expected package path. This is unfortunate and makes it impossible for the smart javac wrapper to predict which source files belong to which package.
There is also two small files in a demo, with the same problem. The fix is simple, move a few files (4) and make sure the generated files end up in the correct source directory. http://cr.openjdk.java.net/~ohrstrom/webrev-8005096-move-a-few-files/ //Fredrik