8248337: sparc related code clean up after solaris removal

Reviewed-by: dholmes, kvn
This commit is contained in:
Yumin Qi 2020-09-02 09:29:31 -07:00
parent f3597c4a54
commit a588752fd6
29 changed files with 42 additions and 58 deletions

View file

@ -244,7 +244,7 @@ void Runtime1::generate_blob_for(BufferBlob* buffer_blob, StubID id) {
case unwind_exception_id:
case counter_overflow_id:
#if defined(PPC32)
case handle_exception_nofpu_id: // Unused on sparc
case handle_exception_nofpu_id:
#endif
expect_oop_map = false;
break;