You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by gs...@apache.org on 2008/01/16 16:44:15 UTC

svn commit: r612491 - /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/helper_inliner.cpp

Author: gshimansky
Date: Wed Jan 16 07:44:06 2008
New Revision: 612491

URL: http://svn.apache.org/viewvc?rev=612491&view=rev
Log:
Applied patch from HARMONY-5391
[drlvm][jit] Crash in server mode with uncompressed referencess ov x86-64.


Modified:
    harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/helper_inliner.cpp

Modified: harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/helper_inliner.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/helper_inliner.cpp?rev=612491&r1=612490&r2=612491&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/helper_inliner.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/helper_inliner.cpp Wed Jan 16 07:44:06 2008
@@ -203,10 +203,6 @@
 }
 
 void HelperInliner::run()  {
-#ifdef _EM64T_
-    assert(VMInterface::areReferencesCompressed());
-#endif
-
     if (Log::isEnabled())  {
         Log::out() << "Processing inst:"; inst->print(Log::out()); Log::out()<<std::endl; 
     }