Skip to content

Commit 21b3328

Browse files
author
Maxim Butov
committed
Minor fix.
1 parent 4cfcb8d commit 21b3328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: jdk9/src/main/java/io/github/sugarcubes/cloner/JdkConfigurationImpl$Jdk9.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected UnsafeBridge getUnsafeImpl() {
3939
try {
4040
return new JdkInternalMiscUnsafeBridge();
4141
}
42-
catch (Exception e) {
42+
catch (Throwable e) {
4343
// fallback to the classics
4444
return super.getUnsafeImpl();
4545
}

0 commit comments

Comments
 (0)