src/share/vm/prims/jvmtiEnter.xsl

changeset 4668
3c9db54c2660
parent 4165
fb19af007ffc
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/prims/jvmtiEnter.xsl	Tue Feb 26 14:09:52 2013 +0100
     1.2 +++ b/src/share/vm/prims/jvmtiEnter.xsl	Tue Feb 26 08:54:03 2013 -0800
     1.3 @@ -773,7 +773,7 @@
     1.4  </xsl:text>
     1.5      <xsl:apply-templates select=".." mode="traceError">     
     1.6        <xsl:with-param name="err">JVMTI_ERROR_INVALID_THREAD</xsl:with-param>
     1.7 -      <xsl:with-param name="comment"> - jthread resolved to NULL - jthread = %0x%x</xsl:with-param>
     1.8 +      <xsl:with-param name="comment"> - jthread resolved to NULL - jthread = 0x%x</xsl:with-param>
     1.9        <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param>
    1.10      </xsl:apply-templates>
    1.11      <xsl:text>
    1.12 @@ -782,7 +782,7 @@
    1.13  </xsl:text>
    1.14      <xsl:apply-templates select=".." mode="traceError">     
    1.15        <xsl:with-param name="err">JVMTI_ERROR_INVALID_THREAD</xsl:with-param>
    1.16 -      <xsl:with-param name="comment"> - oop is not a thread - jthread = %0x%x</xsl:with-param>
    1.17 +      <xsl:with-param name="comment"> - oop is not a thread - jthread = 0x%x</xsl:with-param>
    1.18        <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param>
    1.19      </xsl:apply-templates>
    1.20      <xsl:text>
    1.21 @@ -794,7 +794,7 @@
    1.22        <xsl:with-param name="err">
    1.23          <xsl:text>JVMTI_ERROR_THREAD_NOT_ALIVE</xsl:text>
    1.24        </xsl:with-param>
    1.25 -      <xsl:with-param name="comment"> - not a Java thread - jthread = %0x%x</xsl:with-param>
    1.26 +      <xsl:with-param name="comment"> - not a Java thread - jthread = 0x%x</xsl:with-param>
    1.27        <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param>
    1.28      </xsl:apply-templates>
    1.29      <xsl:text>
    1.30 @@ -838,7 +838,7 @@
    1.31  </xsl:text>
    1.32      <xsl:apply-templates select=".." mode="traceError">     
    1.33        <xsl:with-param name="err">JVMTI_ERROR_ILLEGAL_ARGUMENT</xsl:with-param>
    1.34 -      <xsl:with-param name="comment"> - negative depth - jthread = %0x%x</xsl:with-param>
    1.35 +      <xsl:with-param name="comment"> - negative depth - jthread = 0x%x</xsl:with-param>
    1.36        <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param>
    1.37      </xsl:apply-templates>
    1.38      <xsl:text>

mercurial