On 3 December 2015 at 16:49, Alan Bateman <alan.bate...@oracle.com> wrote: > Good to hear you got it going and I hope you will be able to try things out > and work with us as JVM TI evolves to work with module aware agents.
I'm looking forward to it. > Just so I understand, are you changing the memory in the value returned by > GetSystemProperty and not calling SetSystemProperty? No, was using SetSystemProperty. Quick example code: http://pastebin.com/7BCS1rQu With the output: http://pastebin.com/3e1SZ1Zj As seen, the value of jdk.boot.class.path.append is the sun.boot.class.path from the index that was the original value before I changed it. /Michael