comparison jvmci/jdk.vm.ci.code/src/jdk/vm/ci/code/package-info.java @ 23398:3e8ce13f4e12

minimize diff to jvmci-9
author Doug Simon <doug.simon@oracle.com>
date Tue, 17 May 2016 21:10:34 +0200
parents 1c4b6a7f1917
children
comparison
equal deleted inserted replaced
23397:a7b12c1ab514 23398:3e8ce13f4e12
1 /* 1 /*
2 * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR 2 * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
3 * REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it under the terms of the GNU 5 * This code is free software; you can redistribute it and/or modify it
6 * General Public License version 2 only, as published by the Free Software Foundation. 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation.
7 * 8 *
8 * This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without 9 * This code is distributed in the hope that it will be useful, but WITHOUT
9 * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * General Public License version 2 for more details (a copy is included in the LICENSE file that 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 * version 2 for more details (a copy is included in the LICENSE file that
11 * accompanied this code). 13 * accompanied this code).
12 * 14 *
13 * You should have received a copy of the GNU General Public License version 2 along with this work; 15 * You should have received a copy of the GNU General Public License version
14 * if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 16 * 2 along with this work; if not, write to the Free Software Foundation,
15 * 02110-1301 USA. 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
16 * 18 *
17 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
18 * if you need additional information or have any questions. 20 * or visit www.oracle.com if you need additional information or have any
21 * questions.
19 */ 22 */
20 /** 23 /**
21 * Package that defines the interface between a Java application that wants to install code and the 24 * Package that defines the interface between a Java application that wants to install code and the
22 * runtime. The runtime provides in implementation of the {@link jdk.vm.ci.code.CodeCacheProvider} 25 * runtime. The runtime provides in implementation of the {@link jdk.vm.ci.code.CodeCacheProvider}
23 * interface. The method 26 * interface. The method