You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import io.timeandspace.smoothie.SmoothieMap;
public class Main {
public static void main(String[] args) {
SmoothieMap.newBuilder().build();
}
}
Command:
/Users/me/Library/Java/JavaVirtualMachines/openjdk-16.0.1/Contents/Home/bin/java --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED -Dfile.encoding=UTF-8 -classpath /Users/me/projects/HelloJava/target/classes:/Users/me/.m2/repository/io/timeandspace/smoothie-map/2.0.2/smoothie-map-2.0.2.jar:/Users/me/.m2/repository/io/timeandspace/jpsg-core/1.4/jpsg-core-1.4.jar:/Users/me/.m2/repository/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar Main
Error:
Exception in thread "main" java.lang.AssertionError: expected: 8, actual: -12
at io.timeandspace.smoothie.Utils.verifyEqual(Utils.java:63)
at io.timeandspace.smoothie.InterleavedSegments$FullCapacitySegment.<clinit>(InterleavedSegments.java:605)
at io.timeandspace.smoothie.InterleavedSegments.allocateSegment(InterleavedSegments.java:2150)
at io.timeandspace.smoothie.InterleavedSegments.allocateNewSegmentWithoutSettingBitSetAndSet(InterleavedSegments.java:2130)
at io.timeandspace.smoothie.InterleavedSegments.createNewSegment(InterleavedSegments.java:2137)
at io.timeandspace.smoothie.SmoothieMap.<clinit>(SmoothieMap.java:291)
at Main.main(Main.java:6)
The text was updated successfully, but these errors were encountered:
Dependency:
Code:
Command:
Error:
The text was updated successfully, but these errors were encountered: