done!
On 10/26/06, Pavel Ozhdikhin <pavel.ozhdikhin@gmail.com> wrote:
>
> It seems this patch should also update helper name in VMInterface.cpp,
> otherwise debug Jitrino build breaks. This will not affect those who build
> debug VM because by default Jitrino is always built in release mode.
>
> The following change fixes the problem:
>
> ===================================================================
> --- vm/jitrino/src/vm/VMInterface.cpp (revision 468248)
> +++ vm/jitrino/src/vm/VMInterface.cpp (working copy)
> @@ -100,7 +100,7 @@
> DECL_HELPER_ITEM(ConvDtoI32),
> DECL_HELPER_ITEM(ConvDtoI64),
> DECL_HELPER_ITEM(EnableThreadSuspension),
> - DECL_HELPER_ITEM(GetSuspReqFlag),
> + DECL_HELPER_ITEM(GetTLSBase),
> DECL_HELPER_ITEM(MethodEntry),
> DECL_HELPER_ITEM(MethodExit),
> DECL_HELPER_ITEM(WriteBarrier),
>
> Thanks,
> Pavel
>
>
> On 10/26/06, wjwashburn@apache.org <wjwashburn@apache.org> wrote:
> >
> > Author: wjwashburn
> > Date: Thu Oct 26 06:24:58 2006
> > New Revision: 467997
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=467997
> > Log:
> > HARMONY-1942, back-branch polling TLS offset is incorrect.
> > Smoke tests pass on windowsxp and Linux w/ gcc 4.0.2
> >
> >
> >
|