How to use the jdb tool to find out the library that calls System.gc() / Runtime.getRuntime.gc()
(Doc ID 2831144.1)
Last updated on JANUARY 06, 2025
Applies to:
Oracle WebLogic Server - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Goal
To find out which library is making System.gc() / Runtime.getRuntime.gc()calls, one simple way is to use jdb tool, and trace the calls to Runtime.getRuntime.gc() and System.gc().
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |