hi, Tim: I am using "ant -Dauto.fetch=true all" to do rebuild and have not seen the problem. I think that it is a full rebuild since it includes populate-src, clean, and build. The error info itself should not exist because the method getHashcode is defined in the class of VMHelper. -chunrong Managed Runtime Technology Center, Intel On Tue, Jan 6, 2009 at 10:55 PM, Tim Ellison wrote: > Is this just me... doing a full rebuild after an update? > > > build-compressed: > [mkdir] Created dir: > > C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\gc_gen\classes > [hy.javac] Compiling 1 source file to > > C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\gc_gen\classes > [hy.javac] Since fork is false, ignoring memoryMaximumSize setting > [hy.javac] ---------- > [hy.javac] 1. ERROR in > > C:\Harmony-federated\working_vm\vm\gc_gen\javasrc\org\apache\harmony\drlvm\gc_gen\GCHelper.java > (at line 323) > [hy.javac] return VMHelper.getHashcode(p_obj); > [hy.javac] ^^^^^^^^^^^ > [hy.javac] The method getHashcode(Address) is undefined for the type > VMHelper > [hy.javac] ---------- > [hy.javac] 1 problem (1 error) > > BUILD FAILED > >