src/share/vm/shark/sharkStack.cpp

changeset 4037
da91efe96a93
parent 2314
f95d63e2154a
child 4314
2cd5e15048e6
     1.1 --- a/src/share/vm/shark/sharkStack.cpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/shark/sharkStack.cpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * Copyright 2008, 2009, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -75,7 +75,7 @@
    1.11    _method_slot_offset = offset++;
    1.12    if (setup_sp_and_method) {
    1.13      builder()->CreateStore(
    1.14 -      method, slot_addr(method_slot_offset(), SharkType::methodOop_type()));
    1.15 +      method, slot_addr(method_slot_offset(), SharkType::Method*_type()));
    1.16    }
    1.17  
    1.18    // Unextended SP

mercurial