src/share/vm/shark/sharkType.hpp

changeset 4037
da91efe96a93
parent 2314
f95d63e2154a
child 4314
2cd5e15048e6
     1.1 --- a/src/share/vm/shark/sharkType.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/shark/sharkType.hpp	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 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -82,8 +82,8 @@
    1.11    static const llvm::PointerType* klass_type() {
    1.12      return context().klass_type();
    1.13    }
    1.14 -  static const llvm::PointerType* methodOop_type() {
    1.15 -    return context().methodOop_type();
    1.16 +  static const llvm::PointerType* Method*_type() {
    1.17 +    return context().Method*_type();
    1.18    }
    1.19    static const llvm::ArrayType* monitor_type() {
    1.20      return context().monitor_type();

mercurial