src/share/vm/shark/sharkStack.cpp

changeset 4314
2cd5e15048e6
parent 4037
da91efe96a93
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/shark/sharkStack.cpp	Mon Nov 26 17:25:11 2012 -0800
     1.2 +++ b/src/share/vm/shark/sharkStack.cpp	Tue Nov 27 12:48:52 2012 -0800
     1.3 @@ -75,7 +75,7 @@
     1.4    _method_slot_offset = offset++;
     1.5    if (setup_sp_and_method) {
     1.6      builder()->CreateStore(
     1.7 -      method, slot_addr(method_slot_offset(), SharkType::Method*_type()));
     1.8 +      method, slot_addr(method_slot_offset(), SharkType::Method_type()));
     1.9    }
    1.10  
    1.11    // Unextended SP
    1.12 @@ -163,7 +163,7 @@
    1.13  }
    1.14  
    1.15  Value* SharkStack::slot_addr(int         offset,
    1.16 -                             const Type* type,
    1.17 +                             Type* type,
    1.18                               const char* name) const {
    1.19    bool needs_cast = type && type != SharkType::intptr_type();
    1.20  

mercurial