java - How to get the full command line in JVMTI? -
is possible full command line arguments used launch current java process , during onload phase in jvmti?
i have consulted jvmti reference , think not natively provided, guess best shot use byte code instrumentation (bci).
Comments
Post a Comment