Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8027093 | 8 | David Chase | P1 | Closed | Fixed | b113 |
Testcase:
var path = new java.io.File("/Users/jfdenise").toPath();
path.toString();
Using jdk8 b109 + latest nashorn: java jdk.nashorn.tools.Shell testcase.js
Same test case written in Java doesn't core dump.
var path = new java.io.File("/Users/jfdenise").toPath();
path.toString();
Using jdk8 b109 + latest nashorn: java jdk.nashorn.tools.Shell testcase.js
Same test case written in Java doesn't core dump.
- backported by
-
JDK-8027093 JSR-292 bug: java.nio.file.Path.toString cores dump
- Closed
- duplicates
-
JDK-8025221 assert(valid_itable_index()) failed: in test jdk.nashorn.x3::some.serious.failure
- Closed
- relates to
-
JDK-8025221 assert(valid_itable_index()) failed: in test jdk.nashorn.x3::some.serious.failure
- Closed