Hi Guys,
I need to run Deuce in Jikes. I have a command,
rvm -javaagent:deuceAgent.jar -
Dorg.deuce.exclude="java.*,sun.*,org.eclipse.*,org.deuce.*"
Array.ArrayTest 10 0 200 10000 10000
However I get this error:
java.lang.NoSuchFieldException: theUnsafe
at java.lang.Exception.<init>(Exception.java:78)
at java.lang.NoSuchFieldException.<init>(NoSuchFieldException.java:
71)
at java.lang.Class.throwNoSuchFieldException(Class.java:576)
at java.lang.Class.getDeclaredField(Class.java:1070)
at org.deuce.reflection.UnsafeHolder.<clinit>(Jasmin:0)
at org.jikesrvm.classloader.RVMClass.initialize(RVMClass.java:1547)
at
org.jikesrvm.runtime.RuntimeEntrypoints.initializeClassForDynamicLink(RuntimeEntrypoints.java:
611)
at
org.jikesrvm.classloader.TableBasedDynamicLinker.resolveMember(TableBasedDynamicLinker.java:
76)
at
org.jikesrvm.classloader.TableBasedDynamicLinker.resolveMember(TableBasedDynamicLinker.java:
65)
at org.deuce.transform.asm.Agent.premain(Unknown Source:0)
at org.jikesrvm.classloader.ReflectionBase$
$Reflect38690.invokeInternal(Unknown Source:0)
at org.jikesrvm.runtime.ReflectionBase.invoke(ReflectionBase.java:
180)
at org.jikesrvm.runtime.Reflection.invoke(Reflection.java:74)
at
java.lang.reflect.VMCommonLibrarySupport.invokeStatic(VMCommonLibrarySupport.java:
203)
at
java.lang.reflect.VMCommonLibrarySupport.invoke(VMCommonLibrarySupport.java:
172)
The corresponding hotspot command runs fine. Can Deuce run on Jikes.
Many Thanks,
Richard
--
You received this message because you are subscribed to the Google Groups "Deuce-STM" group.
To post to this group, send email to
deuc...@googlegroups.com.
To unsubscribe from this group, send email to
deuce-stm+...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/deuce-stm?hl=en.