commit | fa0617c71c0fb80e85c4cadd6b9fa1bc0ad3b2fd | [log] [tgz] |
---|---|---|
author | Filipp Zhinkin <fzhinkin@openjdk.org> | Thu Oct 02 11:31:31 2014 -0700 |
committer | Filipp Zhinkin <fzhinkin@openjdk.org> | Thu Oct 02 11:31:31 2014 -0700 |
tree | 283d87ac31a5939d2f35de05c04cc5ddbf7c9b7c | |
parent | b7f41112a08eb1b9e66304c70953e89d4709b40a [diff] |
8059226: Names of rtm_state_change and unstable_if deoptimization reasons were swapped in 8u40 Fixed order of DeoptReason values declaration so now it matches the order used in jdk9 and the names order in Deoptimization::_trap_reason_name. Reviewed-by: kvn