Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Comparator report

Most likely this has to do with pack200 constant pool reordering. I
thought I compensated for it in Tycho, but apparently I forgot. Can you
open a bugreport against Tycho or CBI about this?

--
Regards,
Igor

On 12-07-19 10:00 AM, Paul Webster wrote:
I did a build of 4.2 on my linux box, and included -X to get the
comparator report.

It lists many difference, but starting with org.eclipse.osgi I see
complaints about:
org/eclipse/core/runtime/adaptor/EclipseStarter.class: different

I ran javap on both 4.2 final and the cbi build of org.eclipse.osgi
EclipseStarter and their are significant differences, starting with the
constant strings listed.

Is there some kind of conditioning step that must be run as part of the
build to make the output match (even without running the signing)?

PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev




Back to the top