You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Aleksey Shipilev <al...@gmail.com> on 2008/02/08 17:23:28 UTC

[drlvm] Build is broken (was: svn commit: r619847 - in /harmony/enhanced/drlvm/trunk: make/vm/ vm/vmcore/src/verifier-3363/x_verifier/)

Hi,

I had updated to fresh revision and see the build on Windows/ia32 is broken.
Errors lead to verifier, so I had tested this commit:

619918 - build FAILED with [1]
619847 - build FAILED with [1]
619846 - build OK
618000 - build OK

Mikhail, can you look what's happening?

Thanks,
Aleksey.

[1] tail of build log
build.native.cpp:
       [cc] Starting dependency analysis for 193 files.
       [cc] 193 files are up to date.
       [cc] 0 files to be recompiled from dependency analysis.
       [cc] 0 total files to be compiled.

build.native.asm.init:

build.native.asm:

build.native.link.init:

build.native.link:
       [cc] 0 total files to be compiled.
       [cc] Starting link
       [cc]    Creating library harmonyvm.lib and object harmonyvm.exp
       [cc] recompute.obj : error LNK2019: unresolved external symbol
"void __cdecl method_modify_exc_handler_info(struc
t Method_ *,unsigned short,unsigned short,unsigned short,unsigned
short,unsigned short)" (?method_modify_exc_handler_inf
o@@YAXPAUMethod_@@GGGGG@Z) referenced in function "protected: void
__thiscall CPVerifier_5::vf_Context_5e::reduceTryBloc
ks(unsigned short,unsigned short)"
(?reduceTryBlocks@vf_Context_5e@CPVerifier_5@@IAEXGG@Z)
       [cc] recompute.obj : error LNK2019: unresolved external symbol
"void __cdecl method_remove_exc_handler(struct Met
hod_ *,unsigned short)"
(?method_remove_exc_handler@@YAXPAUMethod_@@G@Z) referenced in
function "protected: void __thisc
all CPVerifier_5::vf_Context_5e::reduceTryBlocks(unsigned
short,unsigned short)" (?reduceTryBlocks@vf_Context_5e@CPVerif
ier_5@@IAEXGG@Z)
       [cc] write_attr.obj : error LNK2019: unresolved external symbol
"unsigned short __cdecl class_get_cp_class_entry(
struct Class_ *,char const *)"
(?class_get_cp_class_entry@@YAGPAUClass_@@PBD@Z) referenced in
function "protected: void
__thiscall CPVerifier_5::vf_Context_5e::writeStackMapElements(unsigned
int,unsigned int)" (?writeStackMapElements@vf_Con
text_5e@CPVerifier_5@@IAEXII@Z)
       [cc] harmonyvm.dll : fatal error LNK1120: 3 unresolved externals

BUILD FAILED
C:\Harmony\trunk\working_vm\build\make\build.xml:600: The following
error occurred while executing this line:
C:\Harmony\trunk\working_vm\build\make\build.xml:607: The following
error occurred while executing this line:
C:\Harmony\trunk\working_vm\build\make\build_component.xml:74: The
following error occurred while executing this line:
C:\Harmony\trunk\working_vm\build\make\targets\build.native.xml:222:
link failed with return code 1120

Total time: 1 minute 13 seconds


---------- Forwarded message ----------
From:  <ml...@apache.org>
Date: Feb 8, 2008 2:53 PM
Subject: svn commit: r619847 - in /harmony/enhanced/drlvm/trunk:
make/vm/ vm/vmcore/src/verifier-3363/x_verifier/
To: commits@harmony.apache.org


Author: mloenko
Date: Fri Feb  8 03:53:11 2008
New Revision: 619847

URL: http://svn.apache.org/viewvc?rev=619847&view=rev
Log:
intergration of HARMONY-5142 (implementation of recompute stackmap) -
patch was modified a bit

Added:
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.cpp
  (with props)
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.h
  (with props)
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/write_attr.cpp
  (with props)
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_class_interface.h
  (with props)
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_verifier.cpp
  (with props)
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_verifier.h
  (with props)
Modified:
    harmony/enhanced/drlvm/trunk/make/vm/verifier.xml

Re: [drlvm] Build is broken

Posted by Alexey Varlamov <al...@gmail.com>.
2008/2/13, Gregory Shimansky <gs...@apache.org>:
> Mark Hindess said the following on 13.02.2008 11:49:
> > On 13 February 2008 at 10:59, "Alexey Varlamov" <al...@gmail.com>
> > wrote:
> >> 2008/2/13, Tim Ellison <t....@gmail.com>:
> >>> Aleksey Shipilev wrote:
> >>>> Nope, will try, thanks!
> >>>>
> >>>> BTW, had I missed the transition period?
> >>>> I thought even if new build system became default, support for old
> >>>> build system should remain for some time.
> >>> Well, sometimes it is easier to make a clean switch over and deal with
> >>> the consequences.
> >> Indeed so. Anyway, the new build is stable and I think we better be
> >> done with old build before code freeze for M5. Does someone object?
> >
> > I think we must do it, otherwise our source release is going to be
> > rather confusing.
>
> We could change the old build to give an instruction to use a new one
> instead :)

OK, I will just drop the old build tomorrow.
--
Alexey


>
> --
> Gregory
>
>

Re: [drlvm] Build is broken

Posted by Gregory Shimansky <gs...@apache.org>.
Mark Hindess said the following on 13.02.2008 11:49:
> On 13 February 2008 at 10:59, "Alexey Varlamov" <al...@gmail.com> 
> wrote:
>> 2008/2/13, Tim Ellison <t....@gmail.com>:
>>> Aleksey Shipilev wrote:
>>>> Nope, will try, thanks!
>>>>
>>>> BTW, had I missed the transition period?
>>>> I thought even if new build system became default, support for old
>>>> build system should remain for some time.
>>> Well, sometimes it is easier to make a clean switch over and deal with
>>> the consequences.
>> Indeed so. Anyway, the new build is stable and I think we better be
>> done with old build before code freeze for M5. Does someone object?
> 
> I think we must do it, otherwise our source release is going to be
> rather confusing.

We could change the old build to give an instruction to use a new one 
instead :)

-- 
Gregory


Re: [drlvm] Build is broken

Posted by Mark Hindess <ma...@googlemail.com>.
On 13 February 2008 at 10:59, "Alexey Varlamov" <al...@gmail.com> 
wrote:
> 2008/2/13, Tim Ellison <t....@gmail.com>:
> > Aleksey Shipilev wrote:
> > > Nope, will try, thanks!
> > >
> > > BTW, had I missed the transition period?
> > > I thought even if new build system became default, support for old
> > > build system should remain for some time.
> >
> > Well, sometimes it is easier to make a clean switch over and deal with
> > the consequences.
> Indeed so. Anyway, the new build is stable and I think we better be
> done with old build before code freeze for M5. Does someone object?

I think we must do it, otherwise our source release is going to be
rather confusing.

-Mark.



Re: [drlvm] Build is broken

Posted by Alexey Varlamov <al...@gmail.com>.
2008/2/13, Tim Ellison <t....@gmail.com>:
> Aleksey Shipilev wrote:
> > Nope, will try, thanks!
> >
> > BTW, had I missed the transition period?
> > I thought even if new build system became default, support for old
> > build system should remain for some time.
>
> Well, sometimes it is easier to make a clean switch over and deal with
> the consequences.
Indeed so. Anyway, the new build is stable and I think we better be
done with old build before code freeze for M5. Does someone object?

--
Alexey

Re: [drlvm] Build is broken

Posted by Tim Ellison <t....@gmail.com>.
Aleksey Shipilev wrote:
> Nope, will try, thanks!
> 
> BTW, had I missed the transition period?
> I thought even if new build system became default, support for old
> build system should remain for some time.

Well, sometimes it is easier to make a clean switch over and deal with 
the consequences.

I have to say that the new build is working well for me, so hopefully 
you will learn to like it better too.

Regards,
Tim

Re: [drlvm] Build is broken (was: svn commit: r619847 - in /harmony/enhanced/drlvm/trunk: make/vm/ vm/vmcore/src/verifier-3363/x_verifier/)

Posted by Pavel Rebriy <pa...@gmail.com>.
Yeah, you are right!

On 15/02/2008, Gregory Shimansky <gs...@apache.org> wrote:
>
> Pavel Rebriy said the following on 15.02.2008 0:04:
>
> > On 12/02/2008, Aleksey Shipilev <al...@gmail.com> wrote:
> >> Nope, will try, thanks!
> >>
> >> BTW, had I missed the transition period?
> >> I thought even if new build system became default, support for old
> >> build system should remain for some time.
> >
> >
> > +1
>
>
> Pavel, in commit 627664 Alexey has deleted old build files. So it is
> probably time to get used to the new one.
>
> --
>
> Gregory
>
>


-- 
Best regards,
Pavel Rebriy

Re: [drlvm] Build is broken (was: svn commit: r619847 - in /harmony/enhanced/drlvm/trunk: make/vm/ vm/vmcore/src/verifier-3363/x_verifier/)

Posted by Gregory Shimansky <gs...@apache.org>.
Pavel Rebriy said the following on 15.02.2008 0:04:
> On 12/02/2008, Aleksey Shipilev <al...@gmail.com> wrote:
>> Nope, will try, thanks!
>>
>> BTW, had I missed the transition period?
>> I thought even if new build system became default, support for old
>> build system should remain for some time.
> 
> 
> +1

Pavel, in commit 627664 Alexey has deleted old build files. So it is 
probably time to get used to the new one.

-- 
Gregory


Re: [drlvm] Build is broken (was: svn commit: r619847 - in /harmony/enhanced/drlvm/trunk: make/vm/ vm/vmcore/src/verifier-3363/x_verifier/)

Posted by Pavel Rebriy <pa...@gmail.com>.
On 12/02/2008, Aleksey Shipilev <al...@gmail.com> wrote:
>
> Nope, will try, thanks!
>
> BTW, had I missed the transition period?
> I thought even if new build system became default, support for old
> build system should remain for some time.


+1

Thanks,
>
> Aleksey.
>
>
> On Feb 11, 2008 3:17 PM, Alexey Varlamov <al...@gmail.com>
> wrote:
> > The old drlvm build is no longer supported, did you try the new one?
> > --
> > Alexey
> >
> > 2008/2/8, Aleksey Shipilev <al...@gmail.com>:
> >
> > > Hi,
> > >
> > > I had updated to fresh revision and see the build on Windows/ia32 is
> broken.
> > > Errors lead to verifier, so I had tested this commit:
> > >
> > > 619918 - build FAILED with [1]
> > > 619847 - build FAILED with [1]
> > > 619846 - build OK
> > > 618000 - build OK
> > >
> > > Mikhail, can you look what's happening?
> > >
> > > Thanks,
> > > Aleksey.
> > >
> > > [1] tail of build log
> > > build.native.cpp:
> > >       [cc] Starting dependency analysis for 193 files.
> > >       [cc] 193 files are up to date.
> > >       [cc] 0 files to be recompiled from dependency analysis.
> > >       [cc] 0 total files to be compiled.
> > >
> > > build.native.asm.init:
> > >
> > > build.native.asm:
> > >
> > > build.native.link.init:
> > >
> > > build.native.link:
> > >       [cc] 0 total files to be compiled.
> > >       [cc] Starting link
> > >       [cc]    Creating library harmonyvm.lib and object harmonyvm.exp
> > >       [cc] recompute.obj : error LNK2019: unresolved external symbol
> > > "void __cdecl method_modify_exc_handler_info(struc
> > > t Method_ *,unsigned short,unsigned short,unsigned short,unsigned
> > > short,unsigned short)" (?method_modify_exc_handler_inf
> > > o@@YAXPAUMethod_@@GGGGG@Z) referenced in function "protected: void
> > > __thiscall CPVerifier_5::vf_Context_5e::reduceTryBloc
> > > ks(unsigned short,unsigned short)"
> > > (?reduceTryBlocks@vf_Context_5e@CPVerifier_5@@IAEXGG@Z)
> > >       [cc] recompute.obj : error LNK2019: unresolved external symbol
> > > "void __cdecl method_remove_exc_handler(struct Met
> > > hod_ *,unsigned short)"
> > > (?method_remove_exc_handler@@YAXPAUMethod_@@G@Z) referenced in
> > > function "protected: void __thisc
> > > all CPVerifier_5::vf_Context_5e::reduceTryBlocks(unsigned
> > > short,unsigned short)" (?reduceTryBlocks@vf_Context_5e@CPVerif
> > > ier_5@@IAEXGG@Z)
> > >       [cc] write_attr.obj : error LNK2019: unresolved external symbol
> > > "unsigned short __cdecl class_get_cp_class_entry(
> > > struct Class_ *,char const *)"
> > > (?class_get_cp_class_entry@@YAGPAUClass_@@PBD@Z) referenced in
> > > function "protected: void
> > > __thiscall CPVerifier_5::vf_Context_5e::writeStackMapElements(unsigned
> > > int,unsigned int)" (?writeStackMapElements@vf_Con
> > > text_5e@CPVerifier_5@@IAEXII@Z)
> > >       [cc] harmonyvm.dll : fatal error LNK1120: 3 unresolved externals
> > >
> > > BUILD FAILED
> > > C:\Harmony\trunk\working_vm\build\make\build.xml:600: The following
> > > error occurred while executing this line:
> > > C:\Harmony\trunk\working_vm\build\make\build.xml:607: The following
> > > error occurred while executing this line:
> > > C:\Harmony\trunk\working_vm\build\make\build_component.xml:74: The
> > > following error occurred while executing this line:
> > > C:\Harmony\trunk\working_vm\build\make\targets\build.native.xml:222:
> > > link failed with return code 1120
> > >
> > > Total time: 1 minute 13 seconds
> > >
> > >
> > > ---------- Forwarded message ----------
> > > From:  <ml...@apache.org>
> > > Date: Feb 8, 2008 2:53 PM
> > > Subject: svn commit: r619847 - in /harmony/enhanced/drlvm/trunk:
> > > make/vm/ vm/vmcore/src/verifier-3363/x_verifier/
> > > To: commits@harmony.apache.org
> > >
> > >
> > > Author: mloenko
> > > Date: Fri Feb  8 03:53:11 2008
> > > New Revision: 619847
> > >
> > > URL: http://svn.apache.org/viewvc?rev=619847&view=rev
> > > Log:
> > > intergration of HARMONY-5142 (implementation of recompute stackmap) -
> > > patch was modified a bit
> > >
> > > Added:
> >
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/
> >
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.cpp
> > >  (with props)
> >
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.h
> > >  (with props)
> >
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/write_attr.cpp
> > >  (with props)
> >
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_class_interface.h
> > >  (with props)
> >
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_verifier.cpp
> > >  (with props)
> >
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_verifier.h
> > >  (with props)
> > > Modified:
> > >    harmony/enhanced/drlvm/trunk/make/vm/verifier.xml
> > >
> >
>



-- 
Best regards,
Pavel Rebriy

Re: [drlvm] Build is broken (was: svn commit: r619847 - in /harmony/enhanced/drlvm/trunk: make/vm/ vm/vmcore/src/verifier-3363/x_verifier/)

Posted by Aleksey Shipilev <al...@gmail.com>.
Nope, will try, thanks!

BTW, had I missed the transition period?
I thought even if new build system became default, support for old
build system should remain for some time.

Thanks,
Aleksey.

On Feb 11, 2008 3:17 PM, Alexey Varlamov <al...@gmail.com> wrote:
> The old drlvm build is no longer supported, did you try the new one?
> --
> Alexey
>
> 2008/2/8, Aleksey Shipilev <al...@gmail.com>:
>
> > Hi,
> >
> > I had updated to fresh revision and see the build on Windows/ia32 is broken.
> > Errors lead to verifier, so I had tested this commit:
> >
> > 619918 - build FAILED with [1]
> > 619847 - build FAILED with [1]
> > 619846 - build OK
> > 618000 - build OK
> >
> > Mikhail, can you look what's happening?
> >
> > Thanks,
> > Aleksey.
> >
> > [1] tail of build log
> > build.native.cpp:
> >       [cc] Starting dependency analysis for 193 files.
> >       [cc] 193 files are up to date.
> >       [cc] 0 files to be recompiled from dependency analysis.
> >       [cc] 0 total files to be compiled.
> >
> > build.native.asm.init:
> >
> > build.native.asm:
> >
> > build.native.link.init:
> >
> > build.native.link:
> >       [cc] 0 total files to be compiled.
> >       [cc] Starting link
> >       [cc]    Creating library harmonyvm.lib and object harmonyvm.exp
> >       [cc] recompute.obj : error LNK2019: unresolved external symbol
> > "void __cdecl method_modify_exc_handler_info(struc
> > t Method_ *,unsigned short,unsigned short,unsigned short,unsigned
> > short,unsigned short)" (?method_modify_exc_handler_inf
> > o@@YAXPAUMethod_@@GGGGG@Z) referenced in function "protected: void
> > __thiscall CPVerifier_5::vf_Context_5e::reduceTryBloc
> > ks(unsigned short,unsigned short)"
> > (?reduceTryBlocks@vf_Context_5e@CPVerifier_5@@IAEXGG@Z)
> >       [cc] recompute.obj : error LNK2019: unresolved external symbol
> > "void __cdecl method_remove_exc_handler(struct Met
> > hod_ *,unsigned short)"
> > (?method_remove_exc_handler@@YAXPAUMethod_@@G@Z) referenced in
> > function "protected: void __thisc
> > all CPVerifier_5::vf_Context_5e::reduceTryBlocks(unsigned
> > short,unsigned short)" (?reduceTryBlocks@vf_Context_5e@CPVerif
> > ier_5@@IAEXGG@Z)
> >       [cc] write_attr.obj : error LNK2019: unresolved external symbol
> > "unsigned short __cdecl class_get_cp_class_entry(
> > struct Class_ *,char const *)"
> > (?class_get_cp_class_entry@@YAGPAUClass_@@PBD@Z) referenced in
> > function "protected: void
> > __thiscall CPVerifier_5::vf_Context_5e::writeStackMapElements(unsigned
> > int,unsigned int)" (?writeStackMapElements@vf_Con
> > text_5e@CPVerifier_5@@IAEXII@Z)
> >       [cc] harmonyvm.dll : fatal error LNK1120: 3 unresolved externals
> >
> > BUILD FAILED
> > C:\Harmony\trunk\working_vm\build\make\build.xml:600: The following
> > error occurred while executing this line:
> > C:\Harmony\trunk\working_vm\build\make\build.xml:607: The following
> > error occurred while executing this line:
> > C:\Harmony\trunk\working_vm\build\make\build_component.xml:74: The
> > following error occurred while executing this line:
> > C:\Harmony\trunk\working_vm\build\make\targets\build.native.xml:222:
> > link failed with return code 1120
> >
> > Total time: 1 minute 13 seconds
> >
> >
> > ---------- Forwarded message ----------
> > From:  <ml...@apache.org>
> > Date: Feb 8, 2008 2:53 PM
> > Subject: svn commit: r619847 - in /harmony/enhanced/drlvm/trunk:
> > make/vm/ vm/vmcore/src/verifier-3363/x_verifier/
> > To: commits@harmony.apache.org
> >
> >
> > Author: mloenko
> > Date: Fri Feb  8 03:53:11 2008
> > New Revision: 619847
> >
> > URL: http://svn.apache.org/viewvc?rev=619847&view=rev
> > Log:
> > intergration of HARMONY-5142 (implementation of recompute stackmap) -
> > patch was modified a bit
> >
> > Added:
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.cpp
> >  (with props)
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.h
> >  (with props)
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/write_attr.cpp
> >  (with props)
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_class_interface.h
> >  (with props)
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_verifier.cpp
> >  (with props)
> >    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_verifier.h
> >  (with props)
> > Modified:
> >    harmony/enhanced/drlvm/trunk/make/vm/verifier.xml
> >
>

Re: [drlvm] Build is broken (was: svn commit: r619847 - in /harmony/enhanced/drlvm/trunk: make/vm/ vm/vmcore/src/verifier-3363/x_verifier/)

Posted by Alexey Varlamov <al...@gmail.com>.
The old drlvm build is no longer supported, did you try the new one?
--
Alexey

2008/2/8, Aleksey Shipilev <al...@gmail.com>:
> Hi,
>
> I had updated to fresh revision and see the build on Windows/ia32 is broken.
> Errors lead to verifier, so I had tested this commit:
>
> 619918 - build FAILED with [1]
> 619847 - build FAILED with [1]
> 619846 - build OK
> 618000 - build OK
>
> Mikhail, can you look what's happening?
>
> Thanks,
> Aleksey.
>
> [1] tail of build log
> build.native.cpp:
>       [cc] Starting dependency analysis for 193 files.
>       [cc] 193 files are up to date.
>       [cc] 0 files to be recompiled from dependency analysis.
>       [cc] 0 total files to be compiled.
>
> build.native.asm.init:
>
> build.native.asm:
>
> build.native.link.init:
>
> build.native.link:
>       [cc] 0 total files to be compiled.
>       [cc] Starting link
>       [cc]    Creating library harmonyvm.lib and object harmonyvm.exp
>       [cc] recompute.obj : error LNK2019: unresolved external symbol
> "void __cdecl method_modify_exc_handler_info(struc
> t Method_ *,unsigned short,unsigned short,unsigned short,unsigned
> short,unsigned short)" (?method_modify_exc_handler_inf
> o@@YAXPAUMethod_@@GGGGG@Z) referenced in function "protected: void
> __thiscall CPVerifier_5::vf_Context_5e::reduceTryBloc
> ks(unsigned short,unsigned short)"
> (?reduceTryBlocks@vf_Context_5e@CPVerifier_5@@IAEXGG@Z)
>       [cc] recompute.obj : error LNK2019: unresolved external symbol
> "void __cdecl method_remove_exc_handler(struct Met
> hod_ *,unsigned short)"
> (?method_remove_exc_handler@@YAXPAUMethod_@@G@Z) referenced in
> function "protected: void __thisc
> all CPVerifier_5::vf_Context_5e::reduceTryBlocks(unsigned
> short,unsigned short)" (?reduceTryBlocks@vf_Context_5e@CPVerif
> ier_5@@IAEXGG@Z)
>       [cc] write_attr.obj : error LNK2019: unresolved external symbol
> "unsigned short __cdecl class_get_cp_class_entry(
> struct Class_ *,char const *)"
> (?class_get_cp_class_entry@@YAGPAUClass_@@PBD@Z) referenced in
> function "protected: void
> __thiscall CPVerifier_5::vf_Context_5e::writeStackMapElements(unsigned
> int,unsigned int)" (?writeStackMapElements@vf_Con
> text_5e@CPVerifier_5@@IAEXII@Z)
>       [cc] harmonyvm.dll : fatal error LNK1120: 3 unresolved externals
>
> BUILD FAILED
> C:\Harmony\trunk\working_vm\build\make\build.xml:600: The following
> error occurred while executing this line:
> C:\Harmony\trunk\working_vm\build\make\build.xml:607: The following
> error occurred while executing this line:
> C:\Harmony\trunk\working_vm\build\make\build_component.xml:74: The
> following error occurred while executing this line:
> C:\Harmony\trunk\working_vm\build\make\targets\build.native.xml:222:
> link failed with return code 1120
>
> Total time: 1 minute 13 seconds
>
>
> ---------- Forwarded message ----------
> From:  <ml...@apache.org>
> Date: Feb 8, 2008 2:53 PM
> Subject: svn commit: r619847 - in /harmony/enhanced/drlvm/trunk:
> make/vm/ vm/vmcore/src/verifier-3363/x_verifier/
> To: commits@harmony.apache.org
>
>
> Author: mloenko
> Date: Fri Feb  8 03:53:11 2008
> New Revision: 619847
>
> URL: http://svn.apache.org/viewvc?rev=619847&view=rev
> Log:
> intergration of HARMONY-5142 (implementation of recompute stackmap) -
> patch was modified a bit
>
> Added:
>    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/
>    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.cpp
>  (with props)
>    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.h
>  (with props)
>    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/write_attr.cpp
>  (with props)
>    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_class_interface.h
>  (with props)
>    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_verifier.cpp
>  (with props)
>    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_verifier.h
>  (with props)
> Modified:
>    harmony/enhanced/drlvm/trunk/make/vm/verifier.xml
>