8200246: AIX build fails after adjustments of src/hotspot/share/trace/traceEventClasses.xsl

Reviewed-by: clanger, stuefe
This commit is contained in:
Matthias Baesken 2018-03-27 17:30:55 +02:00
parent a4b1eac43f
commit 21be18ef95

View File

@ -143,7 +143,8 @@ public:
}
}
using TraceEvent::commit; // else commit() is hidden by overloaded versions in this class
using <xsl:value-of select="concat('TraceEvent&lt;Event', @id, '&gt;')"/>::commit; // else commit() is hidden by overloaded versions in this class
<xsl:variable name="instant" select="@is_instant"/>
<!-- non static method (only for non instant events)-->
<xsl:if test="$instant='false'">