hotspot/src/share/vm/services/attachListener.cpp
changeset 13952 e3cf184080bc
parent 13728 882756847a04
child 14120 7d298141c258
--- a/hotspot/src/share/vm/services/attachListener.cpp	Fri Sep 28 14:36:20 2012 -0700
+++ b/hotspot/src/share/vm/services/attachListener.cpp	Sat Sep 29 06:40:00 2012 -0400
@@ -88,7 +88,7 @@
   // The result should be a [B
   oop res = (oop)result.get_jobject();
   assert(res->is_typeArray(), "just checking");
-  assert(typeArrayKlass::cast(res->klass())->element_type() == T_BYTE, "just checking");
+  assert(TypeArrayKlass::cast(res->klass())->element_type() == T_BYTE, "just checking");
 
   // copy the bytes to the output stream
   typeArrayOop ba = typeArrayOop(res);