hotspot/src/share/vm/shark/sharkRuntime.cpp
changeset 13952 e3cf184080bc
parent 13728 882756847a04
child 25351 7c198a690050
--- a/hotspot/src/share/vm/shark/sharkRuntime.cpp	Fri Sep 28 14:36:20 2012 -0700
+++ b/hotspot/src/share/vm/shark/sharkRuntime.cpp	Sat Sep 29 06:40:00 2012 -0400
@@ -129,7 +129,7 @@
                                              int         ndims,
                                              int*        dims))
   Klass* klass = method(thread)->constants()->klass_at(index, CHECK);
-  oop obj = arrayKlass::cast(klass)->multi_allocate(ndims, dims, CHECK);
+  oop obj = ArrayKlass::cast(klass)->multi_allocate(ndims, dims, CHECK);
   thread->set_vm_result(obj);
 JRT_END