-
Bug
-
Resolution: Duplicate
-
P3
-
hs25
-
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
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
- relates to
-
JDK-8015837 Nashorn crashes with tiered on x86 when running v8 benchmark
-
- Closed
-
-
JDK-8023465 JSR292: assert: i2c adapter must return to an interpreter frame
-
- Closed
-