agent/make/README.txt

Thu, 27 Jan 2011 16:11:27 -0800

author
coleenp
date
Thu, 27 Jan 2011 16:11:27 -0800
changeset 2497
3582bf76420e
parent 0
f90c822e73f8
permissions
-rw-r--r--

6990754: Use native memory and reference counting to implement SymbolTable
Summary: move symbols from permgen into C heap and reference count them
Reviewed-by: never, acorn, jmasa, stefank

aoqi@0 1 These are the Java-level sources for the Serviceability Agent (SA).
aoqi@0 2
aoqi@0 3 To build, type "gnumake all".
aoqi@0 4
aoqi@0 5 For usage documentation, please refer to ../doc/index.html.

mercurial