src/hotspot/cpu/x86/stubGenerator_x86_32.cpp
changeset 51953 3aac38c47955
parent 50728 9375184cec98
child 51976 390f529f4f22
--- a/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp	Fri Sep 28 18:28:48 2018 +0200
+++ b/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp	Fri Sep 28 18:28:49 2018 +0200
@@ -87,8 +87,8 @@
     case T_INT:     inc_counter_np(SharedRuntime::_jint_array_copy_ctr); return;
     case T_LONG:    inc_counter_np(SharedRuntime::_jlong_array_copy_ctr); return;
     case T_OBJECT:  inc_counter_np(SharedRuntime::_oop_array_copy_ctr); return;
+    default:        ShouldNotReachHere();
     }
-    ShouldNotReachHere();
 #endif //PRODUCT
   }