mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8143155: Remove TraceRuntimeCalls, TraceJNICalls, and TraceJVMCalls rather than convert to UL
Removed TraceRuntimeCalls, TraceJNICalls, and TraceJVMCalls options because their output is excessive, not useful, and covered in a more useful way by other options. Reviewed-by: coleenp, dholmes, ddmitriev
This commit is contained in:
parent
7171a533ff
commit
d2e0eb79a8
7 changed files with 17 additions and 74 deletions
|
@ -4022,13 +4022,6 @@ bool Threads::destroy_vm() {
|
|||
// will be stopped at native=>Java/VM barriers. Note that we can't
|
||||
// simply kill or suspend them, as it is inherently deadlock-prone.
|
||||
|
||||
#ifndef PRODUCT
|
||||
// disable function tracing at JNI/JVM barriers
|
||||
TraceJNICalls = false;
|
||||
TraceJVMCalls = false;
|
||||
TraceRuntimeCalls = false;
|
||||
#endif
|
||||
|
||||
VM_Exit::set_vm_exited();
|
||||
|
||||
notify_vm_shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue