Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
/ jdk19 Public archive

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
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static const char* reference_type_name(ReferenceType type) {

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

Expand Down

1 comment on commit 834d92d

@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.