hotspot/src/cpu/sparc/vm/sharedRuntime_sparc.cpp
changeset 8076 96d498ec7ae1
parent 7397 5b173b4ca846
child 8872 36680c58660e
--- a/hotspot/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Thu Jan 27 13:42:28 2011 -0800
+++ b/hotspot/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Thu Jan 27 16:11:27 2011 -0800
@@ -2541,7 +2541,7 @@
     in_sig_bt[i++] = bt;  // Collect remaining bits of signature
     out_sig_bt[total_c_args++] = bt;
     if( bt == T_OBJECT) {
-      symbolOop s = ss.as_symbol_or_null();
+      Symbol* s = ss.as_symbol_or_null();
       if (s == vmSymbols::java_lang_String()) {
         total_strings++;
         out_sig_bt[total_c_args-1] = T_ADDRESS;