Path: blob/master/runtime/bcverify/module.xml
12481 views
<?xml version="1.0" encoding="UTF-8"?>1<!--2Copyright (c) 2006, 2019 IBM Corp. and others34This program and the accompanying materials are made available under5the terms of the Eclipse Public License 2.0 which accompanies this6distribution and is available at https://www.eclipse.org/legal/epl-2.0/7or the Apache License, Version 2.0 which accompanies this distribution and8is available at https://www.apache.org/licenses/LICENSE-2.0.910This Source Code may also be made available under the following11Secondary Licenses when the conditions for such availability set12forth in the Eclipse Public License, v. 2.0 are satisfied: GNU13General Public License, version 2 with the GNU Classpath14Exception [1] and GNU General Public License, version 2 with the15OpenJDK Assembly Exception [2].1617[1] https://www.gnu.org/software/classpath/license.html18[2] http://openjdk.java.net/legal/assembly-exception.html1920SPDX-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-exception21-->22<module>2324<exports group="all">25<export name='j9bcv_initializeVerificationData'/>26<export name='j9bcv_freeVerificationData'/>27<export name='j9bcv_verifyClassStructure'>28<include-if condition="spec.flags.J9VM_INTERP_BYTECODE_PREVERIFICATION"/>29</export>30<export name='j9bcv_createVerifyErrorString'/>31<export name='j9bcv_checkClassLoadingConstraintsForSignature'/>32<export name='j9bcv_checkClassLoadingConstraintForName'/>33<export name='j9bcv_satisfyClassLoadingConstraint'/>34<export name='j9bcv_J9VMDllMain'/>35<export name='j9bcv_recordClassRelationship'/>36<export name='j9bcv_validateClassRelationships'/>37<export name='j9bcv_hashClassRelationshipTableNew'/>38<export name='j9bcv_hashClassRelationshipTableFree'/>39</exports>4041<artifact type="static" name="j9bcv" bundle="jvm" loadgroup="">42<include-if condition="spec.flags.module_bcverify" />43<options>44<option name="isRequired"/>45<option name="requiresPrimitiveTable"/>46<option name="prototypeHeaderFileNames" data="j9protos.h"/>47<option name="dllDescription" data="Verify"/>48</options>49<phase>core j2se</phase>50<exports>51<group name="all"/>52</exports>53<flags>54<flag name="-O3" asmflag="false" definition="false">55<include-if condition="spec.zos_390-64.*"/>56<include-if condition="spec.zos_390.*"/>57</flag>58<flag name="J9_INTERNAL_TO_VM"/>59</flags>60<includes>61<include path="j9include"/>62<include path="j9oti"/>63<include path="j9gcinclude"/>64<include path="$(OMR_DIR)/gc/include" type="relativepath"/>65<include path="j9shr_include"/>66</includes>67<makefilestubs>68<makefilestub data="UMA_TREAT_WARNINGS_AS_ERRORS=1"/>69</makefilestubs>70<objects>71<object name="bcverify"/>72<object name="classrelationships"/>73<object name="clconstraints"/>74<object name="rtverify"/>75<object name="staticverify"/>76<object name="ut_j9bcverify"/>77<object name="vrfyconvert"/>78<object name="vrfyhelp"/>79</objects>80<libraries>81<library name="j9verutil"/>82<library name="j9util"/>83<library name="j9utilcore"/>84<library name="j9avl" type="external"/>85<library name="j9hashtable" type="external"/>86<library name="j9pool" type="external"/>87<library name="j9thr"/>88<library name="j9stackmap"/>89</libraries>90</artifact>919293</module>949596