--- old/src/hotspot/share/jvmci/jvmciRuntime.cpp 2019-03-29 17:26:20.000000000 -0700 +++ new/src/hotspot/share/jvmci/jvmciRuntime.cpp 2019-03-29 17:26:20.000000000 -0700 @@ -309,7 +309,7 @@ if (klass->class_loader_data()->is_unloading()) { // This needs to be marked so that it's no longer scanned // but can't be put on the free list yet. The - // ReferenceCleaner will set this to NULL and + // HandleCleaner will set this to NULL and // put it on the free list. jlong old_value = Atomic::cmpxchg((jlong) (ptr_tag), (jlong*)handle, (jlong) value); if (old_value == (jlong) value) {