Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Butov committed Apr 8, 2024
1 parent 4cfcb8d commit 21b3328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected UnsafeBridge getUnsafeImpl() {
try {
return new JdkInternalMiscUnsafeBridge();
}
catch (Exception e) {
catch (Throwable e) {
// fallback to the classics
return super.getUnsafeImpl();
}
Expand Down

0 comments on commit 21b3328

Please sign in to comment.