mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8008407: remove SPARC V8 support
Removed most of the SPARC V8 instructions Reviewed-by: kvn, twisti
This commit is contained in:
parent
adc8d722f0
commit
5b2339a7a2
29 changed files with 135 additions and 1056 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue