Please stop adding things to DRLVM until I can be sure we have something stable for the snapshot.
Also, is this from a JIRA? Please put the JIRA ID as the first line of the commmit. geir -------- Original Message -------- Subject: svn commit: r450919 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/mem_alloc.cpp Date: Thu, 28 Sep 2006 16:53:55 -0000 From: [EMAIL PROTECTED] Reply-To: harmony-dev@incubator.apache.org To: [EMAIL PROTECTED] Author: wjwashburn Date: Thu Sep 28 09:53:54 2006 New Revision: 450919 URL: http://svn.apache.org/viewvc?view=rev&rev=450919 Log: committing 1372 mods, the Linux and windows "build update" works about as well as before the mods... Modified: incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/mem_alloc.cpp Modified: incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/mem_alloc.cpp URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/mem_alloc.cpp?view=diff&rev=450919&r1=450918&r2=450919 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/mem_alloc.cpp (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/mem_alloc.cpp Thu Sep 28 09:53:54 2006 @@ -308,5 +308,5 @@ assert (base); // Subtract a small number (like 1) from the real base so that // no valid vtable offsets will ever be 0. - return (POINTER_SIZE_INT) (base - 1); + return (POINTER_SIZE_INT) (base - 8); } //vm_get_vtable_base --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]