mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8023134: Rename VM LogFile to hotspot_pid{pid}.log (was hotspot.log)
Reviewed-by: twisti, kvn, sla
This commit is contained in:
parent
f2a19eaddb
commit
13d322d70f
5 changed files with 49 additions and 14 deletions
|
@ -1751,7 +1751,7 @@ int Deoptimization::trap_state_set_recompiled(int trap_state, bool z) {
|
|||
else return trap_state & ~DS_RECOMPILE_BIT;
|
||||
}
|
||||
//---------------------------format_trap_state---------------------------------
|
||||
// This is used for debugging and diagnostics, including hotspot.log output.
|
||||
// This is used for debugging and diagnostics, including LogFile output.
|
||||
const char* Deoptimization::format_trap_state(char* buf, size_t buflen,
|
||||
int trap_state) {
|
||||
DeoptReason reason = trap_state_reason(trap_state);
|
||||
|
@ -1828,7 +1828,7 @@ const char* Deoptimization::trap_action_name(int action) {
|
|||
return buf;
|
||||
}
|
||||
|
||||
// This is used for debugging and diagnostics, including hotspot.log output.
|
||||
// This is used for debugging and diagnostics, including LogFile output.
|
||||
const char* Deoptimization::format_trap_request(char* buf, size_t buflen,
|
||||
int trap_request) {
|
||||
jint unloaded_class_index = trap_request_index(trap_request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue