Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8149224 | 8u101 | Calvin Cheung | P3 | Resolved | Fixed | b01 |
JDK-8144561 | 8u92 | Calvin Cheung | P3 | Resolved | Fixed | b01 |
JDK-8155320 | emb-8u101 | Calvin Cheung | P3 | Resolved | Fixed | b01 |
Currently, ClassLoader::trace_class_path always performs
tty->print() for outputting the trace message.
This is to add an outputStream* parameter to the function so that caller can specify the outputStream.
This fix is needed for preventing the truncation of the output.
tty->print() for outputting the trace message.
This is to add an outputStream* parameter to the function so that caller can specify the outputStream.
This fix is needed for preventing the truncation of the output.
- backported by
-
JDK-8144561 improve ClassLoader::trace_class_path to accept an additional outputStream* arg
-
- Resolved
-
-
JDK-8149224 improve ClassLoader::trace_class_path to accept an additional outputStream* arg
-
- Resolved
-
-
JDK-8155320 improve ClassLoader::trace_class_path to accept an additional outputStream* arg
-
- Resolved
-