8291586: Broken links in JVMTI specification
Reviewed-by: alanb
This commit is contained in:
parent
32f4dc8403
commit
4067321ef4
@ -1172,7 +1172,7 @@ typedef struct {
|
||||
</tr>
|
||||
<xsl:for-each select="//capabilityfield">
|
||||
<xsl:variable name="capa" select="@id"/>
|
||||
<xsl:variable name="events" select="//event[capabilities/required/@id=$capa]"/>
|
||||
<xsl:variable name="events" select="//event[capabilities/required/@id=$capa and not(ancestor::elide)]"/>
|
||||
<xsl:if test="count($events)">
|
||||
<tr>
|
||||
<th scope="row">
|
||||
|
Loading…
x
Reference in New Issue
Block a user