The module-info.java.extra file for jdk.internal.vm.compiler gets built fine for a clean build, but if you modify a file in jdk.internal.vm.compiler and then do an incremental build, we get a duplicate of module-info.java.extra appended to itself, causing a build failure.
- duplicates
-
JDK-8211781 re-building fails after changing Graal sources
- Resolved