src/share/vm/memory/allocation.hpp

changeset 5307
e0c9a1d29eb4
parent 5280
9f9c0a163cc5
child 5321
2b9380b0bf0b
     1.1 --- a/src/share/vm/memory/allocation.hpp	Sun Jun 23 22:08:28 2013 -0700
     1.2 +++ b/src/share/vm/memory/allocation.hpp	Mon Jun 24 18:55:46 2013 -0400
     1.3 @@ -264,7 +264,6 @@
     1.4  
     1.5  class MetaspaceObj {
     1.6   public:
     1.7 -  bool is_metadata() const;
     1.8    bool is_metaspace_object() const;  // more specific test but slower
     1.9    bool is_shared() const;
    1.10    void print_address_on(outputStream* st) const;  // nonvirtual address printing

mercurial