8008407: remove SPARC V8 support

Removed most of the SPARC V8 instructions

Reviewed-by: kvn, twisti
This commit is contained in:
Morris Meyer 2013-06-07 16:46:37 -07:00
parent adc8d722f0
commit 5b2339a7a2
29 changed files with 135 additions and 1056 deletions

View file

@ -1054,7 +1054,7 @@ address InterpreterGenerator::generate_native_entry(bool synchronized) {
// 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());