diff -r f040cf9fc9c0 -r 752ba2e5f6d0 src/share/vm/memory/allocation.hpp --- a/src/share/vm/memory/allocation.hpp Wed Feb 19 20:12:43 2014 -0800 +++ b/src/share/vm/memory/allocation.hpp Tue Feb 25 15:11:18 2014 -0800 @@ -267,7 +267,7 @@ class MetaspaceObj { public: - bool is_metaspace_object() const; // more specific test but slower + bool is_metaspace_object() const; bool is_shared() const; void print_address_on(outputStream* st) const; // nonvirtual address printing