-
Bug
-
Resolution: Fixed
-
P4
-
8u60, 9
-
b94
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8149319 | 8u101 | Michael Haupt | P4 | Resolved | Fixed | b01 |
JDK-8143632 | 8u92 | Michael Haupt | P4 | Resolved | Fixed | b01 |
JDK-8155504 | emb-8u101 | Michael Haupt | P4 | Resolved | Fixed | b01 |
With the --log=compiler,time option enabled, compilation times are reported in nanoseconds, leading to unreasonably large numbers. The fix is to apply TimeUnit.NANOSECONDS.toMillis() in the place where the compiler logs its timing characteristics.
- backported by
-
JDK-8143632 Nashorn compilation time reported in nanoseconds
- Resolved
-
JDK-8149319 Nashorn compilation time reported in nanoseconds
- Resolved
-
JDK-8155504 Nashorn compilation time reported in nanoseconds
- Resolved