src/jdk/nashorn/internal/runtime/RecompilableScriptFunctionData.java

changeset 1082
e1e27c4262be
parent 1064
03c06c337d9d
child 1086
d0b26e6f602c
     1.1 --- a/src/jdk/nashorn/internal/runtime/RecompilableScriptFunctionData.java	Mon Nov 03 07:29:46 2014 +0100
     1.2 +++ b/src/jdk/nashorn/internal/runtime/RecompilableScriptFunctionData.java	Mon Nov 03 11:47:41 2014 +0100
     1.3 @@ -26,7 +26,6 @@
     1.4  package jdk.nashorn.internal.runtime;
     1.5  
     1.6  import static jdk.nashorn.internal.lookup.Lookup.MH;
     1.7 -
     1.8  import java.io.IOException;
     1.9  import java.lang.invoke.MethodHandle;
    1.10  import java.lang.invoke.MethodHandles;
    1.11 @@ -475,6 +474,7 @@
    1.12       * @return either the existing map, or a loaded map from the persistent type info cache, or a new empty map if
    1.13       * neither an existing map or a persistent cached type info is available.
    1.14       */
    1.15 +    @SuppressWarnings("unused")
    1.16      private static Map<Integer, Type> getEffectiveInvalidatedProgramPoints(
    1.17              final Map<Integer, Type> invalidatedProgramPoints, final Object typeInformationFile) {
    1.18          if(invalidatedProgramPoints != null) {

mercurial