src/share/vm/memory/metaspace.hpp

changeset 6678
7384f6a12fc1
parent 6609
270d7cb38f40
child 6722
e204777ac770
     1.1 --- a/src/share/vm/memory/metaspace.hpp	Thu May 15 09:25:27 2014 -0400
     1.2 +++ b/src/share/vm/memory/metaspace.hpp	Thu May 15 18:23:26 2014 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -232,7 +232,8 @@
    1.11    MetaWord* expand_and_allocate(size_t size,
    1.12                                  MetadataType mdtype);
    1.13  
    1.14 -  bool contains(const void* ptr);
    1.15 +  static bool contains(const void* ptr);
    1.16 +
    1.17    void dump(outputStream* const out) const;
    1.18  
    1.19    // Free empty virtualspaces

mercurial