RFR: JDK-8056215 AWT source dirs should only point to java2d, not below
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Mon Nov 28 09:47:37 UTC 2016
This is from a code review following the jigsaw source file restructuring:
* The makefiles include too specific directories. Instead of including
e.g. ./*/native/common/sun/java2d/opengl and
./*/native/common/sun/java2d/x11, we should just include
./*/native/common/sun/java2d. This level corresponds to a logical
grouping of the source code, and not the directory structure in that
grouping.
Bug: https://bugs.openjdk.java.net/browse/JDK-8056215
WebRev:
http://cr.openjdk.java.net/~ihse/JDK-8056215-cleanup-awt-src-dirs/webrev.01
/Magnus
More information about the build-dev
mailing list