hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 30305 b92a97e1e9cb
parent 29070 b0a5fc9c59c8
child 30310 522ea430079f
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Wed Apr 22 19:10:03 2015 +0300
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Mon Apr 27 10:49:43 2015 +0200
@@ -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