diff --git a/src/hotspot/share/classfile/classLoaderData.hpp b/src/hotspot/share/classfile/classLoaderData.hpp index 24706ca..10175dd 100644 --- a/src/hotspot/share/classfile/classLoaderData.hpp +++ b/src/hotspot/share/classfile/classLoaderData.hpp @@ -380,7 +380,7 @@ class ClassLoaderData : public CHeapObj { // Returns true if this class loader data is for a loader going away. // Note that this is only safe after the GC has computed if the CLD is - // unloaded or not. In concurrent contexts where there are no such + // unloading or not. In concurrent contexts where there are no such // guarantees, is_alive() should be used instead. bool is_unloading() const { assert(!(is_the_null_class_loader_data() && _unloading), "The null class loader can never be unloaded");