--- src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.hpp 2020-01-16 20:50:30.000000000 +0100 +++ src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.hpp 2020-03-21 18:45:39.766201000 +0100 @@ -147,7 +147,8 @@ assert(_addr->is_valid(), "used"); assert(_cmp_value->is_valid(), "used"); assert(_new_value->is_valid(), "used"); - if (_info) state->do_info(_info); + if (_info) { state->do_info(_info); + } state->do_input(_addr); state->do_temp(_addr); state->do_input(_cmp_value);