-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Milestone
Description
Using jruby-jars 1.7.23 with Ruboto results in this exception:
https://travis-ci.org/ruboto/ruboto/jobs/97978906#L4896 :
W/System.err( 870): Caused by: java.lang.RuntimeException: Could not obtain access to sun.misc.Unsafe
W/System.err( 870): at org.cliffc.high_scale_lib.UtilUnsafe.getUnsafe(UtilUnsafe.java:25)
W/System.err( 870): at org.cliffc.high_scale_lib.NonBlockingHashMapLong.<clinit>(NonBlockingHashMapLong.java:88)
W/System.err( 870): ... 91 more
W/System.err( 870): Caused by: java.lang.NoSuchFieldException: theUnsafe
W/System.err( 870): at java.lang.Class.getDeclaredField(Class.java:631)
W/System.err( 870): at org.cliffc.high_scale_lib.UtilUnsafe.getUnsafe(UtilUnsafe.java:21)
JRuby uses Unsafe already, so I am not sure what the problem is with High Scale. Any help would be great.
Reactions are currently unavailable