--- old/src/share/vm/runtime/deoptimization.hpp 2014-05-14 21:13:33.000000000 -0700 +++ new/src/share/vm/runtime/deoptimization.hpp 2014-05-14 21:13:33.000000000 -0700 @@ -376,8 +376,8 @@ static UnrollBlock* fetch_unroll_info_helper(JavaThread* thread); static DeoptAction _unloaded_action; // == Action_reinterpret; - static const char* _trap_reason_name[Reason_LIMIT]; - static const char* _trap_action_name[Action_LIMIT]; + static const char* _trap_reason_name[]; + static const char* _trap_action_name[]; static juint _deoptimization_hist[Reason_LIMIT][1+Action_LIMIT][BC_CASE_LIMIT]; // Note: Histogram array size is 1-2 Kb.