You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2006/12/04 13:19:55 UTC

svn commit: r482151 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Prepare.cpp

Author: varlax
Date: Mon Dec  4 04:19:54 2006
New Revision: 482151

URL: http://svn.apache.org/viewvc?view=rev&rev=482151
Log:
Applied HARMONY-2228 [drlvm] java.awt.AccessibleAWTCheckboxMenuItemTest crashes on DRLVM interpreter.
Tested on SUSE9

Modified:
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Prepare.cpp

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Prepare.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Prepare.cpp?view=diff&rev=482151&r1=482150&r2=482151
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Prepare.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Prepare.cpp Mon Dec  4 04:19:54 2006
@@ -630,6 +630,7 @@
                 fake_method->_access_flags = (ACC_PUBLIC | ACC_ABSTRACT);
                 // Setting its "_intf_method_for_fake_method" field marks the method as being fake.
                 fake_method->_intf_method_for_fake_method = intf_method;
+                fake_method->_arguments_size = intf_method->_arguments_size;
                 // The rest of the method's fields were zero'd above 
             }
         }