diff src/share/vm/memory/allocation.hpp @ 17663:40353abd7984

8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains Summary: Metaspace::contains cannot look at purged metaspaces while CMS concurrently deallocates them. Reviewed-by: mgerdin, sspitsyn, jmasa
author coleenp
date Tue, 07 Jan 2014 13:26:56 -0500
parents 9758d9f36299
children 63a4eb8bcd23 abec000618bf
line wrap: on
line diff
--- a/src/share/vm/memory/allocation.hpp	Mon Feb 10 10:34:52 2014 +0100
+++ b/src/share/vm/memory/allocation.hpp	Tue Jan 07 13:26:56 2014 -0500
@@ -264,7 +264,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