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 2007/01/26 09:50:37 UTC

svn commit: r500185 - /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp

Author: varlax
Date: Fri Jan 26 00:50:36 2007
New Revision: 500185

URL: http://svn.apache.org/viewvc?view=rev&rev=500185
Log:
HARMONY-2804 [drlvm][jit] StackTest and gc.Mark fail if Jitrino built in debug mode
Tested on Win32, SUSE9@ia32 SUSE9@x64

Modified:
    harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp

Modified: harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp?view=diff&rev=500185&r1=500184&r2=500185
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp Fri Jan 26 00:50:36 2007
@@ -497,7 +497,9 @@
         }
     } else {
         //NPE + GC -> nothing to enumerate for this frame;
-        assert(0); //in debug mode all hardware exceptions are saved as empty gcsafepoints
+        //in debug mode all hardware exceptions are saved as empty gcsafepoints
+        // yet there are some issues with SOE: 
+        // e.g. we are in trouble if SOE is caught in the same method...
     }
 }