src/hotspot/share/opto/castnode.cpp
changeset 52934 8deeb7bba516
parent 47765 b7c7428eaab9
child 53594 47a8fdf84424
--- a/src/hotspot/share/opto/castnode.cpp	Mon Dec 10 13:45:12 2018 -0500
+++ b/src/hotspot/share/opto/castnode.cpp	Mon Dec 10 11:04:55 2018 -0800
@@ -291,7 +291,7 @@
     return this;
   }
   // Toned down to rescue meeting at a Phi 3 different oops all implementing
-  // the same interface.  CompileTheWorld starting at 502, kd12rc1.zip.
+  // the same interface.
   return (phase->type(in(1)) == phase->type(this)) ? in(1) : this;
 }