You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ml...@apache.org on 2007/07/18 05:48:35 UTC

svn commit: r557134 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp

Author: mloenko
Date: Tue Jul 17 20:48:34 2007
New Revision: 557134

URL: http://svn.apache.org/viewvc?view=rev&rev=557134
Log:
fix dacapo.jython in debug mode

Modified:
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp?view=diff&rev=557134&r1=557133&r2=557134
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp Tue Jul 17 20:48:34 2007
@@ -49,7 +49,8 @@
     * Get SmConstant by type name.
     */
     SmConstant vf_TypePool::get_ref_type(const char *type_name, int length) {
-        assert(type_name[0] != 'L');
+        //TODO: this assert raise false alarms when type name starts with 'L'
+        //assert(type_name[0] != 'L');
 
         int index = -1;
         // find type in hash