SUGGESTED FIX
###@###.### 2002-09-13
Here are the context diffs for the proposed fix:
------- src/share/tools/hprof/hprof_setup.c -------
*** /tmp/sccs.jKaOm0 Fri Sep 13 16:12:59 2002
--- hprof_setup.c Fri Sep 13 16:09:53 2002
***************
*** 78,84 ****
"pvhs=y|n print verbose hash stats? n\n"
#endif /* HASH_STATS */
"\nExample: java -Xrunhprof:cpu=samples,file=log.txt,"
! "depth=3 FooClass\n\n");
}
--- 78,86 ----
"pvhs=y|n print verbose hash stats? n\n"
#endif /* HASH_STATS */
"\nExample: java -Xrunhprof:cpu=samples,file=log.txt,"
! "depth=3 FooClass\n"
! "\nNote: format=b cannot be used with cpu=old|times\n"
! "\n");
}
|