src/share/vm/memory/allocation.hpp

changeset 6305
40353abd7984
parent 5614
9758d9f36299
child 6507
752ba2e5f6d0
     1.1 --- a/src/share/vm/memory/allocation.hpp	Mon Feb 10 10:34:52 2014 +0100
     1.2 +++ b/src/share/vm/memory/allocation.hpp	Tue Jan 07 13:26:56 2014 -0500
     1.3 @@ -264,7 +264,7 @@
     1.4  
     1.5  class MetaspaceObj {
     1.6   public:
     1.7 -  bool is_metaspace_object() const;  // more specific test but slower
     1.8 +  bool is_metaspace_object() const;
     1.9    bool is_shared() const;
    1.10    void print_address_on(outputStream* st) const;  // nonvirtual address printing
    1.11  

mercurial