src/share/vm/memory/allocation.hpp

changeset 6507
752ba2e5f6d0
parent 6472
2b8e28fdf503
parent 6305
40353abd7984
child 6876
710a3c8b516e
child 7074
833b0f92429a
     1.1 --- a/src/share/vm/memory/allocation.hpp	Wed Feb 19 20:12:43 2014 -0800
     1.2 +++ b/src/share/vm/memory/allocation.hpp	Tue Feb 25 15:11:18 2014 -0800
     1.3 @@ -267,7 +267,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