< prev index next >

src/cpu/sparc/vm/javaFrameAnchor_sparc.hpp

Print this page

        

@@ -86,13 +86,11 @@
 
   intptr_t* last_Java_sp() const {
     // _last_Java_sp will always be a an unbiased stack pointer
     // if is is biased then some setter screwed up. This is
     // deadly.
-#ifdef _LP64
     assert(((intptr_t)_last_Java_sp & 0xF) == 0, "Biased last_Java_sp");
-#endif
     return _last_Java_sp;
   }
 
   void capture_last_Java_pc(intptr_t* sp);
 
< prev index next >