LIBJAVA_SRC_DIRS list doesn't need java/sql anymore

Alan Bateman Alan.Bateman at oracle.com
Mon Oct 29 01:05:24 PDT 2012


On 29/10/2012 01:16, Kelly O'Hair wrote:
> I never saw a reply on this, but I think it was taken care of.
>
> sorry for the slow reply.
>
> -kto
>
Yes, Erik took care of it very soon after my mail:

http://hg.openjdk.java.net/build-infra/jdk8/jdk/rev/2ed6c9fd818a

Another stale one is this part of the rt.jar filtering in CreateJars.gmk:

ifeq ($(OPENJDK_TARGET_OS), macosx)
         RT_JAR_EXCLUDES += com/sun/nio/sctp \
                            sun/nio/ch/sctp \
                            sun/jdbc \
                            
sun/nio/ch/DevPollArrayWrapper\$$$$Updator.class \
                            sun/nio/ch/DevPollArrayWrapper.class \
                            sun/nio/ch/DevPollSelectorImpl.class \
                            sun/nio/ch/DevPollSelectorProvider.class \
                            sun/nio/ch/EPollArrayWrapper\$$$$Updator.class \
                            sun/nio/ch/EPollArrayWrapper.class \
                            sun/nio/ch/EPollSelectorImpl.class \
                            sun/nio/ch/EPollSelectorProvider.class
endif

The DevPoll* and EPoll* classes aren't compiled on Mac so they don't 
need to be filtered (it was the case that they were compiled implicitly 
but we fixed that some time ago).

-Alan.




More information about the build-infra-dev mailing list