Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8062386

Different versions of nashorn use same code cache directory

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • 8u40, 9
    • 9
    • core-libs
    • None
    • b39
    • generic
    • linux

    Backports

      Description

        This situation default for 8u40 and reproduce for jdk9 with --optimistic-types=false
        For reproduce I run the same command :
        jjs --persistent-code-cache=true --optimistic-types=false array-micro.js
        for jdk9 b36 and b33 and i had error:
        Exception in thread "main" java.lang.NullPointerException
                at jdk.nashorn.internal.runtime.Context.install(Context.java:1237)
                at jdk.nashorn.internal.runtime.Context.compile(Context.java:1180)
                at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:1111)
                at jdk.nashorn.internal.runtime.Context.compileScript(Context.java:556)
                at jdk.nashorn.tools.Shell.runScripts(Shell.java:317)
                at jdk.nashorn.tools.Shell.run(Shell.java:169)
                at jdk.nashorn.tools.Shell.main(Shell.java:133)
                at jdk.nashorn.tools.Shell.main(Shell.java:112)

        If i remote nashorn_code_cache this Exception don't reproduce.

        Attachments

          Issue Links

            Activity

              People

                hannesw Hannes Wallnoefer
                slugovoy Sergey Lugovoy (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: