annotate jvmci/jdk.vm.ci.meta/src/jdk/vm/ci/meta/package-info.java @ 24155:88bd5f7522a1 jvmci-0.30

update hgignore and undo change to hotspot/.project
author Doug Simon <doug.simon@oracle.com>
date Fri, 07 Jul 2017 15:08:58 +0200
parents 3e8ce13f4e12
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3733
e233f5660da4 Added Java files from Maxine project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
1 /*
23398
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
2 * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3733
e233f5660da4 Added Java files from Maxine project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
4 *
23398
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
5 * This code is free software; you can redistribute it and/or modify it
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
6 * under the terms of the GNU General Public License version 2 only, as
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
7 * published by the Free Software Foundation.
3733
e233f5660da4 Added Java files from Maxine project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
8 *
23398
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
9 * This code is distributed in the hope that it will be useful, but WITHOUT
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
12 * version 2 for more details (a copy is included in the LICENSE file that
3733
e233f5660da4 Added Java files from Maxine project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
13 * accompanied this code).
e233f5660da4 Added Java files from Maxine project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
14 *
23398
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
15 * You should have received a copy of the GNU General Public License version
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
16 * 2 along with this work; if not, write to the Free Software Foundation,
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3733
e233f5660da4 Added Java files from Maxine project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
18 *
23398
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
20 * or visit www.oracle.com if you need additional information or have any
3e8ce13f4e12 minimize diff to jvmci-9
Doug Simon <doug.simon@oracle.com>
parents: 23345
diff changeset
21 * questions.
3733
e233f5660da4 Added Java files from Maxine project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
22 */
6329
92bc58dc5b5e More clean up and documentation in api.code and api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5551
diff changeset
23
3733
e233f5660da4 Added Java files from Maxine project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
24 /**
23297
4b58c92e939b remove redundant modifiers
Manuel Rigger <rigger.manuel@gmail.com>
parents: 22672
diff changeset
25 * Package that defines the interface between a runtime and a Java application that wants to access
4b58c92e939b remove redundant modifiers
Manuel Rigger <rigger.manuel@gmail.com>
parents: 22672
diff changeset
26 * meta information. The runtime provides an implementation of the
4b58c92e939b remove redundant modifiers
Manuel Rigger <rigger.manuel@gmail.com>
parents: 22672
diff changeset
27 * {@link jdk.vm.ci.meta.MetaAccessProvider} interface.
3733
e233f5660da4 Added Java files from Maxine project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
28 */
22672
1bbd4a7c274b Rename jdk.internal.jvmci to jdk.vm.ci
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 22054
diff changeset
29 package jdk.vm.ci.meta;