JVMTI and instrumentation
Michael Rasmussen
michael.rasmussen at zeroturnaround.com
Thu Dec 3 15:12:18 UTC 2015
On 3 December 2015 at 16:49, Alan Bateman <Alan.Bateman at 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
More information about the jigsaw-dev
mailing list