Question about JMC-5604: Check bytecode verification flags
Elliott Baron
ebaron at redhat.com
Fri Oct 26 14:41:41 UTC 2018
Hi,
I started looking at this bug, and ran into some difficulty trying to
distinguish between -noverify and -Xverify:none. It seems the former is
a Java launcher argument which is converted to the latter before the JVM
is started. Thus, no matter which option the user specifies, the JVM
arguments will show -Xverify:none.
Any advice on how to proceed with this issue? JFR doesn't record
launcher arguments does it? (Please bear with me, I'm just getting
started with JMC development.)
Thanks,
Elliott
More information about the jmc-dev
mailing list