comparison src/share/vm/prims/jvmtiEnter.xsl @ 1142:4ce7240d622c

6914300: ciEnv should export all well known classes Reviewed-by: kvn, twisti
author never
date Wed, 06 Jan 2010 14:22:39 -0800
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
1140:1f6d42899c3a 1142:4ce7240d622c
771 <xsl:with-param name="comment"> - jthread resolved to NULL - jthread = %0x%x</xsl:with-param> 771 <xsl:with-param name="comment"> - jthread resolved to NULL - jthread = %0x%x</xsl:with-param>
772 <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param> 772 <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param>
773 </xsl:apply-templates> 773 </xsl:apply-templates>
774 <xsl:text> 774 <xsl:text>
775 } 775 }
776 if (!thread_oop-&gt;is_a(SystemDictionary::thread_klass())) { 776 if (!thread_oop-&gt;is_a(SystemDictionary::Thread_klass())) {
777 </xsl:text> 777 </xsl:text>
778 <xsl:apply-templates select=".." mode="traceError"> 778 <xsl:apply-templates select=".." mode="traceError">
779 <xsl:with-param name="err">JVMTI_ERROR_INVALID_THREAD</xsl:with-param> 779 <xsl:with-param name="err">JVMTI_ERROR_INVALID_THREAD</xsl:with-param>
780 <xsl:with-param name="comment"> - oop is not a thread - jthread = %0x%x</xsl:with-param> 780 <xsl:with-param name="comment"> - oop is not a thread - jthread = %0x%x</xsl:with-param>
781 <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param> 781 <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param>
855 <xsl:with-param name="comment"> - resolved to NULL - jclass = 0x%x</xsl:with-param> 855 <xsl:with-param name="comment"> - resolved to NULL - jclass = 0x%x</xsl:with-param>
856 <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param> 856 <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param>
857 </xsl:apply-templates> 857 </xsl:apply-templates>
858 <xsl:text> 858 <xsl:text>
859 } 859 }
860 if (!k_mirror->is_a(SystemDictionary::class_klass())) { 860 if (!k_mirror->is_a(SystemDictionary::Class_klass())) {
861 </xsl:text> 861 </xsl:text>
862 <xsl:apply-templates select=".." mode="traceError"> 862 <xsl:apply-templates select=".." mode="traceError">
863 <xsl:with-param name="err">JVMTI_ERROR_INVALID_CLASS</xsl:with-param> 863 <xsl:with-param name="err">JVMTI_ERROR_INVALID_CLASS</xsl:with-param>
864 <xsl:with-param name="comment"> - not a class - jclass = 0x%x</xsl:with-param> 864 <xsl:with-param name="comment"> - not a class - jclass = 0x%x</xsl:with-param>
865 <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param> 865 <xsl:with-param name="extraValue">, <xsl:value-of select="$name"/></xsl:with-param>