On Tue, 2010-07-20 at 12:13 -0400, Stephen Bannasch wrote: > At 1:19 PM +0200 7/20/10, Christian Thalinger wrote: > >On Mon, 2010-07-19 at 20:39 -0500, Michael Hall wrote: > >> Making adlc > >> g++-4.0 -m32 -march=i586 -mstackrealign -m32 -march=i586 - > >> mstackrealign -o ../generated/adfiles/adlc ../generated/adfiles/ > >> adlparse.o ../generated/adfiles/archDesc.o ../generated/adfiles/ > > > arena.o ../generated/adfiles/dfa.o ../generated/adfiles/dict2.o ../ > > > >LoadC was renamed to LoadUS a long time ago. Are you sure your bsd-port > >copy is updated? > > For example here's what hg log reports in my hotspot dir: > > [hotspot]$ hg log |more > changeset: 1620:20400a948eaf > tag: dynopt-6912064.patch > tag: tip > tag: qtip > user: Stephen Bannasch <stephen.banna...@gmail.com> > date: Fri Jul 16 02:07:50 2010 -0400 > summary: 6912064: type profiles need to be exploited more for dynamic > language support > > changeset: 1619:1c8de50858aa > tag: indy-deopt-6969574.patch > user: Stephen Bannasch <stephen.banna...@gmail.com> > date: Fri Jul 16 02:07:50 2010 -0400 > summary: 6969574: invokedynamic call sites deoptimize instead of executing > > changeset: 1618:6770e3577ea4 > tag: indy-bsm-6964498.patch > user: Stephen Bannasch <stephen.banna...@gmail.com> > date: Fri Jul 16 02:07:50 2010 -0400 > summary: 6964498: JSR 292 invokedynamic sites need local bootstrap methods > >
Well, that means you have applied the mlvm patches. Can you do a: $ hg qpull -a to remove all patches and then: $ hg tip $ hg id And to be sure do that in the hotspot/ subdirectory too. -- Christian