src/cpu/x86/vm/sharedRuntime_x86_32.cpp

changeset 4051
8a02ca5e5576
parent 4037
da91efe96a93
child 4101
2cb2f30450c7
     1.1 --- a/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Tue Sep 11 14:59:23 2012 +0200
     1.2 +++ b/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Tue Sep 11 16:20:57 2012 +0200
     1.3 @@ -938,6 +938,7 @@
     1.4      case T_OBJECT:
     1.5      case T_ARRAY:
     1.6      case T_ADDRESS:
     1.7 +    case T_METADATA:
     1.8        regs[i].set1(VMRegImpl::stack2reg(stack++));
     1.9        break;
    1.10      case T_LONG:

mercurial