Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8291586: Broken links in JVMTI specification
Reviewed-by: alanb
  • Loading branch information
Serguei Spitsyn committed Sep 5, 2022
1 parent 32f4dc8 commit 4067321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/prims/jvmti.xsl
Expand Up @@ -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">
Expand Down

1 comment on commit 4067321

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.