jdk/src/sample/solaris/dtrace/hotspot/gc_time_stat.d
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   109  *                          of the memory pool
   109  *                          of the memory pool
   110  *  arg3: uintptr_t,    the length of the memory pool name (in bytes)
   110  *  arg3: uintptr_t,    the length of the memory pool name (in bytes)
   111  *  arg4: uintptr_t,    the initial size of the memory pool (in bytes)
   111  *  arg4: uintptr_t,    the initial size of the memory pool (in bytes)
   112  *  arg5: uintptr_t,    the amount of memory in use in the memory pool
   112  *  arg5: uintptr_t,    the amount of memory in use in the memory pool
   113  *                          (in bytes)
   113  *                          (in bytes)
   114  *  arg6: uintptr_t,    the the number of committed pages in the memory pool
   114  *  arg6: uintptr_t,    the number of committed pages in the memory pool
   115  *  arg7: uintptr_t,    the the maximum size of the memory pool
   115  *  arg7: uintptr_t,    the maximum size of the memory pool
   116  */
   116  */
   117 hotspot$target:::mem-pool-gc-begin
   117 hotspot$target:::mem-pool-gc-begin
   118 {
   118 {
   119     self->str_ptr = (char*) copyin(arg0, arg1+1);
   119     self->str_ptr = (char*) copyin(arg0, arg1+1);
   120     self->str_ptr[arg1] = '\0';
   120     self->str_ptr[arg1] = '\0';