mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8248337: sparc related code clean up after solaris removal
Reviewed-by: dholmes, kvn
This commit is contained in:
parent
f3597c4a54
commit
a588752fd6
29 changed files with 42 additions and 58 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue