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

Nashorn V8 (Crypto) benchmark crashes with small CodeCache size

XMLWordPrintable

    • x86
    • linux

      Here are the error logs. The crash appears quite reliably. In 50 runs of the entire V8 suite, there is a high probability that the crash appears.

      Here is the run script:

      #!/bin/bash
      JAVA_HOME=/java/re/jdk/8/promoted/latest/binaries/linux-amd64/fastdebug
      NASHORN=${JAVA_HOME}/jre/lib/ext/nashorn.jar
      CC=-XX:ReservedCodeCacheSize=24m
      for i in {1..50}
      do
        echo $i: $JAVA_HOME $CC >&2
        $JAVA_HOME/bin/java $CC -XX:+TieredCompilation -Dengine=nashorn -XX:+TieredCompilation -jar $NASHORN run.js
      done

        1. hs_err_pid10744.log
          84 kB
          Albert Noll
        2. hs_err_pid3905.log
          81 kB
          Albert Noll
        3. hs_err_pid8474.log
          81 kB
          Albert Noll

            anoll Albert Noll (Inactive)
            anoll Albert Noll (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: