hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 13952 e3cf184080bc
parent 13887 89b873bcc55b
child 14488 ab48109f7d1b
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Fri Sep 28 14:36:20 2012 -0700
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Sat Sep 29 06:40:00 2012 -0400
@@ -2705,7 +2705,7 @@
   int          jlsLen    = java_lang_String::length(src);
   jchar*       jlsPos    = (jlsLen == 0) ? NULL :
                                            jlsValue->char_at_addr(jlsOffset);
-  assert(typeArrayKlass::cast(jlsValue->klass())->element_type() == T_CHAR, "compressed string");
+  assert(TypeArrayKlass::cast(jlsValue->klass())->element_type() == T_CHAR, "compressed string");
   (void) UNICODE::as_utf8(jlsPos, jlsLen, (char *)dst, max_dtrace_string_size);
 }
 #endif // ndef HAVE_DTRACE_H