search for: collectedheap

Displaying 1 result from an estimated 1 matches for "collectedheap".

2014 Jun 17
1
rJava Java debugger API
Hi, I use rJava and call Java code that uses JVMTI code like this VM vm = VM.getVM(); Universe universe = vm.getUniverse(); CollectedHeap heap = universe.heap(); This code attaches to another JVM and to get its internals. This is legal Java and it works. But when I use rJava to call this code, the call is successfull and it throws an error. I believe there is Java native Interface involved in the JVM and it seems to affect R. rJava...