Skip to content

Commit

Permalink
8288754: GCC 12 fails to build zReferenceProcessor.cpp
Browse files Browse the repository at this point in the history
Reviewed-by: kbarrett, ayang, stefank, tschatzl
  • Loading branch information
shipilev committed Jun 21, 2022
1 parent 198cec9 commit 834d92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/z/zReferenceProcessor.cpp
Expand Up @@ -59,7 +59,7 @@ static const char* reference_type_name(ReferenceType type) {

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

Expand Down

0 comments on commit 834d92d

Please sign in to comment.