Tom,
I filed the following bug to track this issue:
6915138 4/4 -XX:TraceJVMTI should include details about capability bits
Dan
Deneau, Tom wrote:
While working on the webrev for 6902182, I noticed that when I used -XX:TraceJVMTI and traced calls that involved capabilities (for example, AddCapabilities), the individual capabilities bits were not displayed. In jvmtiManageCapabilities.cpp, there is a function
JvmtiManageCapabilities:: print(const jvmtiCapabilities* cap)
which looks like it is set up to print this kind of individual capabilitiy
information but I didn't see it getting called.
-- Tom