View | Details | Raw Unified | Return to bug 244961 | Differences between
and this patch

Collapse All | Expand All

(-)src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.hpp (-1 / +2 lines)
Lines 147-153 Link Here
147
      assert(_addr->is_valid(),      "used");
147
      assert(_addr->is_valid(),      "used");
148
      assert(_cmp_value->is_valid(), "used");
148
      assert(_cmp_value->is_valid(), "used");
149
      assert(_new_value->is_valid(), "used");
149
      assert(_new_value->is_valid(), "used");
150
      if (_info)                    state->do_info(_info);
150
      if (_info) {                  state->do_info(_info);
151
                 }
151
                                    state->do_input(_addr);
152
                                    state->do_input(_addr);
152
                                    state->do_temp(_addr);
153
                                    state->do_temp(_addr);
153
                                    state->do_input(_cmp_value);
154
                                    state->do_input(_cmp_value);

Return to bug 244961