nashorn/src/jdk/internal/dynalink/MonomorphicCallSite.java
changeset 16245 6a1c6c8bc113
parent 16234 86cb162cec6c
child 24778 2ff5d7041566
--- a/nashorn/src/jdk/internal/dynalink/MonomorphicCallSite.java	Mon Feb 18 10:36:18 2013 +0100
+++ b/nashorn/src/jdk/internal/dynalink/MonomorphicCallSite.java	Mon Feb 18 16:00:15 2013 +0100
@@ -87,7 +87,6 @@
 import jdk.internal.dynalink.linker.GuardedInvocation;
 import jdk.internal.dynalink.support.AbstractRelinkableCallSite;
 
-
 /**
  * A relinkable call site that implements monomorphic inline caching strategy. After it linked a method, it will keep it
  * until either its guard evaluates to false, or its switchpoint is invalidated, at which time it will throw away the
@@ -113,4 +112,4 @@
     public void resetAndRelink(GuardedInvocation guardedInvocation, MethodHandle relink) {
         relink(guardedInvocation, relink);
     }
-}
\ No newline at end of file
+}