RFR: JDK-8189229 Remove references to $(TOPDIR)/src/*/$(MODULE)

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Thu Oct 12 14:38:02 UTC 2017


When creating the consolidated forest, old paths were rewritten 
automatically using pattern matching. Unfortunately, this resulted in 
incorrect paths in some places.

Specifically, we do not need to look for source code in 
$(TOPDIR)/src/*/$(MODULE).

(Actually, some code history digging later it turns out that, while this 
was modified during the consolidation, the code was incorrect even before.)

Bug: https://bugs.openjdk.java.net/browse/JDK-8189229
WebRev: 
http://cr.openjdk.java.net/~ihse/JDK-8189229-fix-superfluous-FillCacheFind-paths/webrev.01

/Magnus



More information about the build-dev mailing list