-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b81
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142264 | emb-9 | Attila Szegedi | P4 | Resolved | Fixed | team |
JDK-8140989 | 8u91 | Attila Szegedi | P4 | Resolved | Fixed | b01 |
JDK-8136619 | 8u72 | Attila Szegedi | P4 | Resolved | Fixed | b01 |
JDK-8147358 | emb-8u91 | Attila Szegedi | P4 | Resolved | Fixed | b01 |
Testing shows that NashornException constructor without explicit line number and file name will be somewhat costly as it walks the stack trace to try to locate them. It makes sense to defer extraction of this data until it is first requested.
- backported by
-
JDK-8136619 Defer stack trace walking of NashornException for extracting line number and file name
-
- Resolved
-
-
JDK-8140989 Defer stack trace walking of NashornException for extracting line number and file name
-
- Resolved
-
-
JDK-8142264 Defer stack trace walking of NashornException for extracting line number and file name
-
- Resolved
-
-
JDK-8147358 Defer stack trace walking of NashornException for extracting line number and file name
-
- Resolved
-