-
Bug
-
Resolution: Fixed
-
P3
-
8u40
-
b10
-
x86
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8059748 | 9 | Marcus Lagergren | P3 | Resolved | Fixed | b35 |
JDK-8085741 | emb-9 | Marcus Lagergren | P3 | Resolved | Fixed | team |
JDK-8064240 | 8u45 | Marcus Lagergren | P3 | Resolved | Fixed | b01 |
JDK-8070477 | emb-8u47 | Marcus Lagergren | P3 | Resolved | Fixed | team |
cmdline:
java jdk.nashorn.tools.Shell test/script/basic/run-octane.js --optimistic-types=false -scripting -- raytrace --runtime nashorn --verbose --iterations 5
-----------------
[nashorn] [raytrace] loading 'raytrace' [raytrace.js]...
[nashorn] [raytrace] running 'raytrace' for 5 iterations of no less than 5 seconds
[nashorn] [raytrace] *** Aborted and setting score to zero. Reason: TypeError: Cannot read property "red" from undefined
[nashorn] [raytrace] 0 ops/minute (0-0), warmup=0
-----------------
There is no problem in optimistic typing on any build.
When optimistic typing turned off:
- jdk8u40b05 - passed
- jdk8u40b06 - fail
- jdk8u40b06 - fail
- custom build from 8u-dev repo (by 23 Sept) - passed
java jdk.nashorn.tools.Shell test/script/basic/run-octane.js --optimistic-types=false -scripting -- raytrace --runtime nashorn --verbose --iterations 5
-----------------
[nashorn] [raytrace] loading 'raytrace' [raytrace.js]...
[nashorn] [raytrace] running 'raytrace' for 5 iterations of no less than 5 seconds
[nashorn] [raytrace] *** Aborted and setting score to zero. Reason: TypeError: Cannot read property "red" from undefined
[nashorn] [raytrace] 0 ops/minute (0-0), warmup=0
-----------------
There is no problem in optimistic typing on any build.
When optimistic typing turned off:
- jdk8u40b05 - passed
- jdk8u40b06 - fail
- jdk8u40b06 - fail
- custom build from 8u-dev repo (by 23 Sept) - passed
- backported by
-
JDK-8059748 Octane Raytrace fails when optimistic typing turned off
- Resolved
-
JDK-8064240 Octane Raytrace fails when optimistic typing turned off
- Resolved
-
JDK-8070477 Octane Raytrace fails when optimistic typing turned off
- Resolved
-
JDK-8085741 Octane Raytrace fails when optimistic typing turned off
- Resolved