-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b25
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056659 | emb-9 | Unassigned | P4 | Resolved | Fixed | b25 |
JDK-8251230 | openjdk8u272 | Coleen Phillimore | P4 | Resolved | Fixed | b02 |
JDK-8249443 | 8u271 | Coleen Phillimore | P4 | Resolved | Fixed | b02 |
JDK-8251624 | emb-8u271 | Coleen Phillimore | P4 | Resolved | Fixed | team |
The tracing output of TraceExceptions includes the exception message in some of its uses;
it would be very useful if the output would include it always.
For example, when tracking down ClassNotFoundExceptions seeing the classname wold be useful.
Exception <a 'java/lang/ClassNotFoundException'> (0x00007fffe228e1a0)
thrown in interpreter method <{method} {0x00007fff8aa18530} 'loadClass' '(Ljava/lang/String;Z)Ljava/lang/Class;' in 'java/lang/Cl>
at bci 70 for thread 0x0000000000423800
it would be very useful if the output would include it always.
For example, when tracking down ClassNotFoundExceptions seeing the classname wold be useful.
Exception <a 'java/lang/ClassNotFoundException'> (0x00007fffe228e1a0)
thrown in interpreter method <{method} {0x00007fff8aa18530} 'loadClass' '(Ljava/lang/String;Z)Ljava/lang/Class;' in 'java/lang/Cl>
at bci 70 for thread 0x0000000000423800
- backported by
-
JDK-8056659 -XX:+TraceExceptions output should include the message
- Resolved
-
JDK-8249443 -XX:+TraceExceptions output should include the message
- Resolved
-
JDK-8251230 -XX:+TraceExceptions output should include the message
- Resolved
-
JDK-8251624 -XX:+TraceExceptions output should include the message
- Resolved
- relates to
-
JDK-8144953 runtime/CommandLine/TraceExceptionsTest.java fails when exception is thrown in compiled code
- Closed