8200246: AIX build fails after adjustments of src/hotspot/share/trace/traceEventClasses.xsl
Reviewed-by: clanger, stuefe
This commit is contained in:
parent
a4b1eac43f
commit
21be18ef95
@ -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<Event', @id, '>')"/>::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'">
|
||||
|
Loading…
Reference in New Issue
Block a user