comparison src/cpu/sparc/vm/sharedRuntime_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 f0c2369fda5a
children 6b0fd0964b87 e504cd481ec0 6a936747b569
comparison
equal deleted inserted replaced
10996:ea60d1de6735 10997:46c544b8fbfc
2457 } 2457 }
2458 2458
2459 2459
2460 // Finally just about ready to make the JNI call 2460 // Finally just about ready to make the JNI call
2461 2461
2462 __ flush_windows(); 2462 __ flushw();
2463 if (inner_frame_created) { 2463 if (inner_frame_created) {
2464 __ restore(); 2464 __ restore();
2465 } else { 2465 } else {
2466 // Store only what we need from this frame 2466 // Store only what we need from this frame
2467 // QQQ I think that non-v9 (like we care) we don't need these saves 2467 // QQQ I think that non-v9 (like we care) we don't need these saves