Skip to content

Commit

Permalink
8288754: GCC 12 fails to build zReferenceProcessor.cpp
Browse files Browse the repository at this point in the history
Backport-of: 834d92dd72257ab5d8c6759028098ac0867c5752
  • Loading branch information
shipilev committed Jun 23, 2022
1 parent e16aaca commit f129738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/z/zReferenceProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const char* ZReferenceProcessor::reference_type_name(ReferenceType type) const {

default:
ShouldNotReachHere();
return NULL;
return "Unknown";
}
}

Expand Down

1 comment on commit f129738

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.