----- [FAILED] Testing @Contended works on all results and infra objects
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "main" java.lang.UnsatisfiedLinkError: io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods.errnoENOTCONN()I
at io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods.errnoENOTCONN(Native Method)
at io.netty.channel.unix.Errors.<clinit>(Errors.java:36)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at org.openjdk.jcstress.util.Reflections.getClasses(Reflections.java:64)
at org.openjdk.jcstress.vm.ContendedTestMain.main(ContendedTestMain.java:44)
This is because we use Class.forName(String), like there is no tomorrow.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "main" java.lang.UnsatisfiedLinkError: io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods.errnoENOTCONN()I
at io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods.errnoENOTCONN(Native Method)
at io.netty.channel.unix.Errors.<clinit>(Errors.java:36)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at org.openjdk.jcstress.util.Reflections.getClasses(Reflections.java:64)
at org.openjdk.jcstress.vm.ContendedTestMain.main(ContendedTestMain.java:44)
This is because we use Class.forName(String), like there is no tomorrow.