JDK-8142506 : Reimplement TraceClassUnloading with Unified Logging
  • Type: Task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-11-11
  • Updated: 2024-11-06
  • Resolved: 2016-02-29
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
-Replace -XX:+TraceClassUnloading with -Xlog:classunload=info and -Xlog:classunload=trace (when used with wizardmode).

-Alias -XX:+TraceClassUnloading to -Xlog:classunload=info.
-Alias -XX-TraceClassUnloading to -Xlog:classunload=off
Comments
This bug was fixed as part of the change for 8079408
29-02-2016