comparison src/cpu/sparc/vm/templateInterpreter_sparc.cpp @ 10997:46c544b8fbfc

8008407: remove SPARC V8 support Summary: Removed most of the SPARC V8 instructions Reviewed-by: kvn, twisti
author morris
date Fri, 07 Jun 2013 16:46:37 -0700
parents 603ca7e51354
children 6b0fd0964b87 ca0165daa6ec
comparison
equal deleted inserted replaced
10996:ea60d1de6735 10997:46c544b8fbfc
1052 // not meaningless information that'll confuse me. 1052 // not meaningless information that'll confuse me.
1053 1053
1054 // flush the windows now. We don't care about the current (protection) frame 1054 // flush the windows now. We don't care about the current (protection) frame
1055 // only the outer frames 1055 // only the outer frames
1056 1056
1057 __ flush_windows(); 1057 __ flushw();
1058 1058
1059 // mark windows as flushed 1059 // mark windows as flushed
1060 Address flags(G2_thread, JavaThread::frame_anchor_offset() + JavaFrameAnchor::flags_offset()); 1060 Address flags(G2_thread, JavaThread::frame_anchor_offset() + JavaFrameAnchor::flags_offset());
1061 __ set(JavaFrameAnchor::flushed, G3_scratch); 1061 __ set(JavaFrameAnchor::flushed, G3_scratch);
1062 __ st(G3_scratch, flags); 1062 __ st(G3_scratch, flags);