blob: 6d5734c00f9dc9042b9086af3d8fbfc0d5c6fc1a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en-us" lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="DC.Type" content="reference"/>
<meta name="DC.Title" content="Path to GC Roots"/>
<meta name="abstract" content="Find out who is keeping alive a set of objects."/>
<meta name="description" content="Find out who is keeping alive a set of objects."/>
<meta name="copyright" content="Copyright (c) 2008, 2010 SAP AG and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html " type="primary"/>
<meta name="DC.Rights.Owner" content="Copyright (c) 2008, 2010 SAP AG and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html " type="primary"/>
<meta name="DC.Format" content="XHTML"/>
<meta name="DC.Identifier" content="ref_inspections_path_to_gc_roots"/>
<meta name="DC.Language" content="en-us"/>
<link rel="stylesheet" type="text/css" href="../../styles/commonltr.css"/>
<title>Path to GC Roots</title>
</head>
<body id="ref_inspections_path_to_gc_roots">
<h1 class="title topictitle1">Path to GC Roots</h1>
<div class="body refbody"><p class="shortdesc">Find out who is keeping alive a set of objects.
</p>
<div class="section"><h2 class="title sectiontitle">Motivation</h2>
<p class="p">Having found an expensive object it is then important to find all the reasons it is kept alive.</p>
</div>
<div class="section"><h2 class="title sectiontitle">Arguments</h2>
<table cellpadding="4" cellspacing="0" summary="" border="1" class="simpletable"><tr class="sthead">
<th valign="bottom" align="left" id="d4522e43" class="stentry">Argument</th>
<th valign="bottom" align="left" id="d4522e46" class="stentry">Description</th>
</tr>
<tr class="strow">
<td valign="top" headers="d4522e43" class="stentry">object</td>
<td valign="top" headers="d4522e46" class="stentry">One object for which the paths to GC roots should be found.</td>
</tr>
<tr class="strow">
<td valign="top" headers="d4522e43" class="stentry">-excludes</td>
<td valign="top" headers="d4522e46" class="stentry">Fields of certain classes which should be ignored when finding paths. For example this allows paths through Weak or Soft Reference referents to be ignored.</td>
</tr>
<tr class="strow">
<td valign="top" headers="d4522e43" class="stentry">-numberofpaths</td>
<td valign="top" headers="d4522e46" class="stentry">The number of different paths to be displayed.</td>
</tr>
</table>
</div>
<div class="section" id="ref_inspections_path_to_gc_roots__result"><h2 class="title sectiontitle">Result</h2>
</div>
</div>
</body>
</html>