agent/make/README.txt

Wed, 23 Jan 2013 10:34:29 -0500

author
coleenp
date
Wed, 23 Jan 2013 10:34:29 -0500
changeset 4490
5daaddd917a1
parent 0
f90c822e73f8
permissions
-rw-r--r--

8006040: NPG: on_stack processing wastes space in ConstantPool
Summary: Added on_stack bit to flags. Also MetadataMarkOnStack is used for more than JVMTI so had to be moved.
Reviewed-by: dholmes, 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