src/share/vm/shark/sharkContext.hpp

changeset 4037
da91efe96a93
parent 3045
a3142bdb6707
child 4314
2cd5e15048e6
     1.1 --- a/src/share/vm/shark/sharkContext.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/shark/sharkContext.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 2009, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -118,7 +118,7 @@
    1.11    const llvm::PointerType*  _jniEnv_type;
    1.12    const llvm::PointerType*  _jniHandleBlock_type;
    1.13    const llvm::PointerType*  _klass_type;
    1.14 -  const llvm::PointerType*  _methodOop_type;
    1.15 +  const llvm::PointerType*  _Method*_type;
    1.16    const llvm::ArrayType*    _monitor_type;
    1.17    const llvm::PointerType*  _oop_type;
    1.18    const llvm::PointerType*  _thread_type;
    1.19 @@ -139,8 +139,8 @@
    1.20    const llvm::PointerType* klass_type() const {
    1.21      return _klass_type;
    1.22    }
    1.23 -  const llvm::PointerType* methodOop_type() const {
    1.24 -    return _methodOop_type;
    1.25 +  const llvm::PointerType* Method*_type() const {
    1.26 +    return _Method*_type;
    1.27    }
    1.28    const llvm::ArrayType* monitor_type() const {
    1.29      return _monitor_type;

mercurial