hotspot/src/share/vm/trace/traceEventIds.xsl
changeset 21066 c0702325ba9d
parent 18025 b7bcf7497f93
child 27673 df559a888b9f
equal deleted inserted replaced
21065:b8281f54308b 21066:c0702325ba9d
    21  or visit www.oracle.com if you need additional information or have any
    21  or visit www.oracle.com if you need additional information or have any
    22  questions.
    22  questions.
    23 -->
    23 -->
    24 
    24 
    25 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    25 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
       
    26 <xsl:import href="xsl_util.xsl"/>
    26 <xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
    27 <xsl:output method="text" indent="no" omit-xml-declaration="yes"/>
    27 <xsl:import href="xsl_util.xsl"/>
       
    28 
    28 
    29 <xsl:template match="/">
    29 <xsl:template match="/">
    30   <xsl:call-template name="file-header"/>
    30   <xsl:call-template name="file-header"/>
    31 
    31 
    32 #ifndef TRACEFILES_JFREVENTIDS_HPP
    32 #ifndef TRACEFILES_JFREVENTIDS_HPP