RfR JDK-8076552 nightly build break fix
David Holmes
david.holmes at oracle.com
Wed Apr 8 06:22:06 UTC 2015
Pete,
I think Erik's suggestion in the bug report is more appropriate. If this
is only a source bundle issue then the build instructions for javadoc
should either be Windows specific, or else check for source existence.
David
On 8/04/2015 3:51 PM, Pete Brunet wrote:
> Please review/approve the following patch.
>
> http://cr.openjdk.java.net/~ptbrunet/JDK-8076552/webrev.01/
>
> The recent push for JDK-8076182 caused a build break, i.e. a problem for
> the creation of the Javadoc in the environment used by the nightly
> build. This was because a newly opened package
> com.sun.java.accessibility.util was mistakenly located in a windows
> directory. This patch moves the package's files from
> jdk/src/windows/classes to jdk/src/share/classes and this should resolve
> the build break for the jdk8u-dev nightly.
>
> JPRT builds run OK on solaris, mac, and linux. As of this writing the
> Win jobs haven't started yet but the 64 bit build completed OK on my
> local machine.
>
> This patch also had to include the fix for JDK-8051297 "Remove
> com.sun.java.accessibility.util.java.awt.ChoiceTranslator". That file
> is dead code and its existence in jdk/src/share/classes causes a
> compilation failure, access of a non-existent enum, the reason the file
> was planned to be removed.
>
> Thanks, Pete
>
>
More information about the build-dev
mailing list