overview.html revision 12651:6ef01bd40ce2
1285612Sdelphij<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2181834Sroberto<html>
3285612Sdelphij<head>
4330567Sgordon<!--
5181834Sroberto
6181834SrobertoCopyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
7181834SrobertoDO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8285612Sdelphij
9181834SrobertoThis code is free software; you can redistribute it and/or modify it
10285612Sdelphijunder the terms of the GNU General Public License version 2 only, as
11285612Sdelphijpublished by the Free Software Foundation.  Oracle designates this
12285612Sdelphijparticular file as subject to the "Classpath" exception as provided
13285612Sdelphijby Oracle in the LICENSE file that accompanied this code.
14285612Sdelphij
15285612SdelphijThis code is distributed in the hope that it will be useful, but WITHOUT
16285612SdelphijANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17181834SrobertoFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
18285612Sdelphijversion 2 for more details (a copy is included in the LICENSE file that
19285612Sdelphijaccompanied this code).
20181834Sroberto
21316722SdelphijYou should have received a copy of the GNU General Public License version
22285612Sdelphij2 along with this work; if not, write to the Free Software Foundation,
23285612SdelphijInc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
24285612Sdelphij
25285612SdelphijPlease contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
26285612Sdelphijor visit www.oracle.com if you need additional information or have any
27285612Sdelphijquestions.
28285612Sdelphij-->
29285612Sdelphij
30285612Sdelphij</head>
31285612Sdelphij<body>
32285612Sdelphij
33285612SdelphijThe <code>jdk.vm.ci.meta</code> project provides an API to the runtime data structures
34285612Sdelphijfor various Java elements. Unlike standard Java reflection, it can model elements that are not yet loaded.
35285612SdelphijIt can also expose profiling information collected by the runtime system.
36285612Sdelphij
37181834Sroberto</body>
38285612Sdelphij</html>
39181834Sroberto