On Fri, 27 Feb 2026 11:42:47 GMT, David Beaumont <[email protected]> wrote:
>> David Beaumont has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove unused file > > make/CompileJavaModules.gmk line 78: > >> 76: ifeq ($(MODULE), java.base) >> 77: PREPROCESSOR_FLAGS := \ >> 78: -Xlint:-removal -Xlint:-processing \ > > This is probably contentious, and should be temporary, but there's a bug in > javac which this work uncovered, and enabling annotation processing confuses > javac into giving out unexpected warnings. > > See: https://bugs.openjdk.org/browse/JDK-8378740 I'm absolutely fine with not submitting this PR until the warnings are sorted out (esp. for java.base). ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2180#discussion_r2863989537
