< prev index next >

src/share/vm/opto/graphKit.cpp

Print this page

        

@@ -1078,11 +1078,11 @@
     break;
 
   case Bytecodes::_vnew: {
     // vnew pops the values from the stack
     ciValueKlass* vk = method()->holder()->as_value_klass();
-    inputs = vk->field_size();
+    inputs = vk->param_size();
     depth = rsize - inputs;
     break;
   }
 
   case Bytecodes::_ireturn:
< prev index next >