src/hotspot/share/classfile/systemDictionary.cpp
changeset 55537 4309fedaf7dc
parent 55419 3e08fa647eea
child 55635 0fb70c9118ce
--- a/src/hotspot/share/classfile/systemDictionary.cpp	Mon Jul 01 10:49:58 2019 +0200
+++ b/src/hotspot/share/classfile/systemDictionary.cpp	Mon Jul 01 12:16:58 2019 +0200
@@ -2142,7 +2142,7 @@
     // See whether biased locking is enabled and if so set it for this
     // klass.
     // Note that this must be done past the last potential blocking
-    // point / safepoint. We enable biased locking lazily using a
+    // point / safepoint. We might enable biased locking lazily using a
     // VM_Operation to iterate the SystemDictionary and installing the
     // biasable mark word into each InstanceKlass's prototype header.
     // To avoid race conditions where we accidentally miss enabling the