Skip to content

Commit 4067321

Browse files
author
Serguei Spitsyn
committed
8291586: Broken links in JVMTI specification
Reviewed-by: alanb
1 parent 32f4dc8 commit 4067321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/prims/jvmti.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ typedef struct {
11721172
</tr>
11731173
<xsl:for-each select="//capabilityfield">
11741174
<xsl:variable name="capa" select="@id"/>
1175-
<xsl:variable name="events" select="//event[capabilities/required/@id=$capa]"/>
1175+
<xsl:variable name="events" select="//event[capabilities/required/@id=$capa and not(ancestor::elide)]"/>
11761176
<xsl:if test="count($events)">
11771177
<tr>
11781178
<th scope="row">

0 commit comments

Comments
 (0)