hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 30310 522ea430079f
parent 30244 d4e471395ff5
parent 30305 b92a97e1e9cb
child 30315 7e56522cb687
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Wed Apr 29 02:35:29 2015 +0200
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Thu Apr 30 18:14:58 2015 -0400
@@ -1179,7 +1179,7 @@
 #endif
 
   // JSR 292 key invariant:
-  // If the resolved method is a MethodHandle invoke target the call
+  // If the resolved method is a MethodHandle invoke target, the call
   // site must be a MethodHandle call site, because the lambda form might tail-call
   // leaving the stack in a state unknown to either caller or callee
   // TODO detune for now but we might need it again