Skip to content

Commit 5053a1b

Browse files
authored
Merge pull request #81 from retronym/topic/releaseFence
Add releaseFence to runtime to support latest compiler
2 parents 440dfda + 8c103cd commit 5053a1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

corpus/scala/21d12e9/library/scala/runtime/Statics.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,6 @@ public static int anyHash(Object x) {
114114

115115
return x.hashCode();
116116
}
117+
118+
public static void releaseFence() {}
117119
}

0 commit comments

Comments
 (0)