-
Bug
-
Resolution: Fixed
-
P4
-
8u60, 9
-
None
-
b18
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8080477 | 9 | Michael Haupt | P4 | Resolved | Fixed | b66 |
JDK-8085662 | emb-9 | Michael Haupt | P4 | Resolved | Fixed | team |
JDK-8087079 | 8u65 | Michael Haupt | P4 | Resolved | Fixed | b01 |
JDK-8138528 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8086232 | emb-8u60 | Michael Haupt | P4 | Resolved | Fixed | team |
Two tests (JDK-8050964.js, JDK-8055034.js) contain code like this: "s.replaceAll(/\//g, File.separater)". Instead of replaceAll, replace must be called (replaceAll is a Java method that does not accept a JS regex). File.separater is a typo; it must be File.separator.
- backported by
-
JDK-8080477 fix usage of replace and file separator in Nashorn tests
-
- Resolved
-
-
JDK-8085662 fix usage of replace and file separator in Nashorn tests
-
- Resolved
-
-
JDK-8086232 fix usage of replace and file separator in Nashorn tests
-
- Resolved
-
-
JDK-8087079 fix usage of replace and file separator in Nashorn tests
-
- Resolved
-
-
JDK-8138528 fix usage of replace and file separator in Nashorn tests
-
- Resolved
-