Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openj9
Path: blob/master/runtime/jcl/uma/java_dyn_methodhandle_objects.xml
5990 views
1
<!--
2
Copyright (c) 2021, 2021 IBM Corp. and others
3
This program and the accompanying materials are made available under
4
the terms of the Eclipse Public License 2.0 which accompanies this
5
distribution and is available at https://www.eclipse.org/legal/epl-2.0/
6
or the Apache License, Version 2.0 which accompanies this distribution and
7
is available at https://www.apache.org/licenses/LICENSE-2.0.
8
This Source Code may also be made available under the following
9
Secondary Licenses when the conditions for such availability set
10
forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
11
General Public License, version 2 with the GNU Classpath
12
Exception [1] and GNU General Public License, version 2 with the
13
OpenJDK Assembly Exception [2].
14
[1] https://www.gnu.org/software/classpath/license.html
15
[2] http://openjdk.java.net/legal/assembly-exception.html
16
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
17
-->
18
<objects group="java_dyn_methodhandle">
19
<object name="java_dyn_methodhandle" >
20
<include-if condition="spec.flags.opt_methodHandle" />
21
</object>
22
<object name="java_dyn_methodtype" >
23
<include-if condition="spec.flags.opt_methodHandle" />
24
</object>
25
</objects>
26