Skip to content

Commit

Permalink
Whitespace fix for jcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jatin-bhateja committed Jul 20, 2024
1 parent 70ad2c3 commit b2b6a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/opto/parse3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ void Parse::do_put_xxx(Node* obj, ciField* field, bool is_field) {
// Clone the inline type node and set the new field value
InlineTypeNode* new_vt = obj->as_InlineType()->clone_if_required(&_gvn, _map);
new_vt->set_field_value_by_offset(field->offset_in_bytes(), val);

// Tie initialization value to all the synthetic multifields.
if (InlineTypeNode::is_multifield_scalarized(field)) {
int fsize = type2aelembytes(field->type()->basic_type());
Expand Down

0 comments on commit b2b6a21

Please sign in to comment.