hotspot/src/share/vm/opto/parse3.cpp
changeset 10510 ab626d1bdf53
parent 10265 4c869854aebd
child 10511 22b3580bd8bb
--- a/hotspot/src/share/vm/opto/parse3.cpp	Thu Sep 01 01:31:25 2011 -0700
+++ b/hotspot/src/share/vm/opto/parse3.cpp	Fri Sep 02 00:36:18 2011 -0700
@@ -100,11 +100,11 @@
     }
   }
 
-  // Deoptimize on putfield writes to CallSite.target
+  // Deoptimize on putfield writes to call site target field.
   if (!is_get && field->is_call_site_target()) {
     uncommon_trap(Deoptimization::Reason_unhandled,
                   Deoptimization::Action_reinterpret,
-                  NULL, "put to CallSite.target field");
+                  NULL, "put to call site target field");
     return;
   }