Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045793 | 8u25 | Alex Menkov | P4 | Closed | Fixed | b01 |
JDK-8041380 | 8u20 | Alex Menkov | P4 | Closed | Fixed | b14 |
JDK-8052847 | emb-8u26 | Alex Menkov | P4 | Resolved | Fixed | b17 |
ErrorHandling macros (JDS_REPORT_ERROR, JDS_REPORT_UNKNOWN_ERROR used by JDS_CATCH_*) logs incorrect source for the log record. This makes hard to understand code position where the exception was caught:
[2014/04/01 17:29:08.176, common_test.exe (PID: 8724, TID: 7444), ErrorHandling.cpp:27 (reportUnknownError)]
ERROR: Unknown exception caught
[2014/04/01 17:29:08.176, common_test.exe (PID: 8724, TID: 1644), ErrorHandling.cpp:21 (reportError)]
ERROR: Exception with message 'bad allocation' caught
[2014/04/01 17:29:08.176, common_test.exe (PID: 8724, TID: 7444), ErrorHandling.cpp:27 (reportUnknownError)]
ERROR: Unknown exception caught
[2014/04/01 17:29:08.176, common_test.exe (PID: 8724, TID: 1644), ErrorHandling.cpp:21 (reportError)]
ERROR: Exception with message 'bad allocation' caught
- backported by
-
JDK-8052847 ErrorHandling macros log wrong source position
-
- Resolved
-
-
JDK-8041380 ErrorHandling macros log wrong source position
-
- Closed
-
-
JDK-8045793 ErrorHandling macros log wrong source position
-
- Closed
-