[PATCH FOR REVIEW] 8027837: JDK-8021257 causes CORBA build failure on emdedded platforms
Andrew
gnu.andrew at redhat.com
Mon Jan 20 09:58:05 PST 2014
----- Original Message -----
> * Andrew <gnu.andrew at redhat.com> [2014-01-20 12:49]:
> > Webrev: http://cr.openjdk.java.net/~andrew/openjdk6/8027837/
> >
> > This is a backport from 7u51. CORBA tries to build against
> > ORBUtilSystemException
> > before the source for it has been generated. It thus uses whatever version
> > is in
> > the bootstrap JDK, if any. If the bootstrap JDK is b29 or earlier, or
> > IcedTea
> > 1.11.x or earlier, the version of ORBUtilSystemException will be outdated,
> > compared
> > to the intree version, and a compile failure will ensue [0].
> >
> > The fix from 7u simply adds the sun/rmi directory to SUBDIRS, so that
> > generation
> > takes place earlier.
> >
> > Ok to push?
>
> Yes, please.
>
> Thanks,
> Omair
>
> --
> PGP Key: 66484681 (http://pgp.mit.edu/)
> Fingerprint = F072 555B 0A17 3957 4E95 0056 F286 F14F 6648 4681
>
Pushed.
--
Andrew :)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F 8F91 3B96 A578 248B DC07
More information about the jdk6-dev
mailing list