Hello,
What sourced did you clone? As David Holmes says, this issue should have
been fixed recently.
/Erik
On 2013-01-25 00:00, David Holmes wrote:
On 25/01/2013 7:44 AM, David Chase wrote:
I'm trying new-build on a Solaris 10 box, and it goes okay till this
comparison:
COMPARING
/export/drchase/jdk8tl/build/solaris-x86_64-normal-server-fastdebug/jdk/gensrc_x11wrappers/sizer/sizes.64
and
/export/drchase/jdk8tl/jdk/src/solaris/classes/sun/awt/X11/generator/sizes.64-solaris-i386
The two files are identical if sorted, but the comparison does not
pre-sort, and it fails after spewing all the differences.
Any suggestions? Is this a bug, or yet another pilot error?
It's a bug. Changes to this were only pushed in the past couple of
days. As you note the generated file needs to be sorted before doing
the comparison.
David
I'm poking through WrapperGenerator.java to see if I see anything
obvious.
David