diff -r dbe8aa90d4dd -r 69b438908512 src/hotspot/share/ci/ciEnv.cpp --- a/src/hotspot/share/ci/ciEnv.cpp Tue Jul 10 19:04:13 2018 -0700 +++ b/src/hotspot/share/ci/ciEnv.cpp Wed Jul 11 08:44:00 2018 +0200 @@ -938,9 +938,9 @@ _inc_decompile_count_on_failure = false; record_failure("call site target change"); } else if (Dependencies::is_klass_type(result)) { - record_failure("invalid non-klass dependency"); + record_failure("concurrent class loading"); } else { - record_failure("concurrent class loading"); + record_failure("invalid non-klass dependency"); } } }