src/hotspot/share/oops/klass.hpp
changeset 51444 3e5d28e6de32
parent 51329 9c68699bebe5
child 51491 187c84a5efe1
--- a/src/hotspot/share/oops/klass.hpp	Mon Aug 20 10:04:00 2018 +0200
+++ b/src/hotspot/share/oops/klass.hpp	Mon Aug 20 08:25:57 2018 -0400
@@ -654,7 +654,7 @@
   virtual void metaspace_pointers_do(MetaspaceClosure* iter);
   virtual MetaspaceObj::Type type() const { return ClassType; }
 
-  // Iff the class loader (or mirror for anonymous classes) is alive the
+  // Iff the class loader (or mirror for unsafe anonymous classes) is alive the
   // Klass is considered alive.  Has already been marked as unloading.
   bool is_loader_alive() const { return !class_loader_data()->is_unloading(); }