This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

A workaround for the PPC32 ICE in cninner


Hi Andrew,

Janis Johnson provided a workaround for this ICE in mark_reference_fields, 
at java/boehm.c:105.  Here it is:

*** Parent.java.old     2006-03-23 06:29:35.000000000 +0800
--- Parent.java 2006-03-23 06:30:08.000000000 +0800
*************** class Parent
*** 8,12 ****
--- 8,13 ----
      protected long p;
      protected long q;

+     protected int dummy;
      byte[] scratch = new byte[8];
  }

What do you think on this work-around?  Can it get into the CVS, so that I 
can go on with the ppc32 test more smoothly?

Thanx
- Wu Zhou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]