--- old/src/hotspot/cpu/sparc/compiledIC_sparc.cpp 2018-09-26 10:01:03.396598581 -0400 +++ new/src/hotspot/cpu/sparc/compiledIC_sparc.cpp 2018-09-26 10:01:01.768503839 -0400 @@ -142,9 +142,7 @@ void CompiledDirectStaticCall::verify() { // Verify call. _call->verify(); - if (os::is_MP()) { - _call->verify_alignment(); - } + _call->verify_alignment(); // Verify stub. address stub = find_stub(/*is_aot*/ false);