src/cpu/sparc/vm/templateInterpreter_sparc.cpp

Print this page

        

@@ -1052,11 +1052,11 @@
                    // not meaningless information that'll confuse me.
 
   // flush the windows now. We don't care about the current (protection) frame
   // only the outer frames
 
-  __ flush_windows();
+  __ flushw();
 
   // mark windows as flushed
   Address flags(G2_thread, JavaThread::frame_anchor_offset() + JavaFrameAnchor::flags_offset());
   __ set(JavaFrameAnchor::flushed, G3_scratch);
   __ st(G3_scratch, flags);