Urgent! could you tell me how to use heapreport of JRockit
From the jrockit document, we find the following command that can print native memory allocation .
heapreport
Prints out a report on the JVM’s native memory allocation on the C-Heap. This is only supported if you are running with HEAP_TRACE defined.
but I don't know how to define HEAP_TRACE, could you tell me how to define HEAP_TRACE to enable heapreport, thanks a lot.