We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f4dc8 commit 4067321Copy full SHA for 4067321
src/hotspot/share/prims/jvmti.xsl
@@ -1172,7 +1172,7 @@ typedef struct {
1172
</tr>
1173
<xsl:for-each select="//capabilityfield">
1174
<xsl:variable name="capa" select="@id"/>
1175
- <xsl:variable name="events" select="//event[capabilities/required/@id=$capa]"/>
+ <xsl:variable name="events" select="//event[capabilities/required/@id=$capa and not(ancestor::elide)]"/>
1176
<xsl:if test="count($events)">
1177
<tr>
1178
<th scope="row">
0 commit comments