8073013: Add detailed information about PLAB memory usage
Summary: Track and provide information about direct allocation, region end waste and failure waste for G1.
Reviewed-by: jmasa, david, ehelin, mgerdin
'\" t.\" Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved..\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER..\".\" This code is free software; you can redistribute it and/or modify it.\" under the terms of the GNU General Public License version 2 only, as.\" published by the Free Software Foundation..\".\" This code is distributed in the hope that it will be useful, but WITHOUT.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License.\" version 2 for more details (a copy is included in the LICENSE file that.\" accompanied this code)..\".\" You should have received a copy of the GNU General Public License version.\" 2 along with this work; if not, write to the Free Software Foundation,.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA..\".\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.\" or visit www.oracle.com if you need additional information or have any.\" questions..\".\" Arch: generic.\" Software: JDK 8.\" Date: 21 November 2013.\" SectDesc: Java Web Services Tools.\" Title: schemagen.1.\".if n .pl 99999.TH schemagen 1 "21 November 2013" "JDK 8" "Java Web Services Tools".\" -----------------------------------------------------------------.\" * Define some portability stuff.\" -----------------------------------------------------------------.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.\" http://bugs.debian.org/507673.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.ie \n(.g .ds Aq \(aq.el .ds Aq '.\" -----------------------------------------------------------------.\" * set default formatting.\" -----------------------------------------------------------------.\" disable hyphenation.nh.\" disable justification (adjust text to left margin only).ad l.\" -----------------------------------------------------------------.\" * MAIN CONTENT STARTS HERE *.\" -----------------------------------------------------------------.SH NAME schemagen \- Generates a schema for every name space that is referenced in your Java classes\&..SH SYNOPSIS .sp .nf \fBschemagen\fR [ \fIoptions\fR ] \fIjava\-files\fR.fi .sp .TP \fIoptions\fRThe command-line options\&. See Options\&..TP \fIjava-files\fRThe Java class files to be processed\&..SH DESCRIPTION The schema generator creates a schema file for each name space referenced in your Java classes\&. Currently, you cannot control the name of the generated schema files\&. To control the schema file names, see Using SchemaGen with Ant at http://jaxb\&.java\&.net/nonav/2\&.2\&.3u1/docs/schemagenTask\&.html.PPStart the schema generator with the appropriate \f3schemagen\fR shell script in the bin directory for your platform\&. The current schema generator can process either Java source files or class files\&..sp .nf \f3schemagen\&.sh Foo\&.java Bar\&.java \&.\&.\&.\fP.fi .nf \f3Note: Writing schema1\&.xsd\fP.fi .nf \f3\fP.fi .sp If your java files reference other classes, then those classes must be accessible on your system \f3CLASSPATH\fR environment variable, or they need to be specified in the \f3schemagen\fR command line with the class path options\&. See Options\&. If the referenced files are not accessible or specified, then you get errors when you generate the schema\&..SH OPTIONS .TP-d \fIpath\fR.brThe location where the \f3schemagen\fR command places processor-generated and \f3javac\fR-generated class files\&..TP-cp \fIpath\fR.brThe location where the \f3schemagen\fR command places user-specified files\&..TP-classpath \fIpath\fR.brThe location where the \f3schemagen\fR command places user-specified files\&..TP-encoding \fIencoding\fR.brSpecifies the encoding to use for \f3apt\fR or \f3javac\fR command invocations\&..TP-episode \fIfile\fR.brGenerates an episode file for separate compilation\&..TP-version.brDisplays release information\&..TP-help.brDisplays a help message\&..SH SEE\ ALSO .TP 0.2i \(buUsing SchemaGen with Ant at http://jaxb\&.java\&.net/nonav/2\&.2\&.3u1/docs/schemagenTask\&.html.TP 0.2i \(buJava Architecture for XML Binding (JAXB) at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/xml/jaxb/index\&.html.RE.br'pl 8.5i'bp