Path: blob/master/runtime/gc_verbose_old/module.xml
5985 views
<?xml version="1.0"?>12<!--3Copyright (c) 2014, 2019 IBM Corp. and others45This program and the accompanying materials are made available under6the terms of the Eclipse Public License 2.0 which accompanies this7distribution and is available at https://www.eclipse.org/legal/epl-2.0/8or the Apache License, Version 2.0 which accompanies this distribution and9is available at https://www.apache.org/licenses/LICENSE-2.0.1011This Source Code may also be made available under the following12Secondary Licenses when the conditions for such availability set13forth in the Eclipse Public License, v. 2.0 are satisfied: GNU14General Public License, version 2 with the GNU Classpath15Exception [1] and GNU General Public License, version 2 with the16OpenJDK Assembly Exception [2].1718[1] https://www.gnu.org/software/classpath/license.html19[2] http://openjdk.java.net/legal/assembly-exception.html2021SPDX-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-exception22-->2324<module>25<artifact type="static" name="j9gcvrbold">26<phase>core quick</phase>27<includes>28<include path="j9include"/>29<include path="j9oti"/>30<include path="j9gcbase"/>31<include path="$(OMR_DIR)/gc/base" type="relativepath"/>32<include path="j9gcstructs"/>33<include path="$(OMR_DIR)/gc/structs" type="relativepath"/>34<include path="j9gcstats"/>35<include path="$(OMR_DIR)/gc/stats" type="relativepath"/>36<include path="j9gcinclude"/>37<include path="$(OMR_DIR)/gc/include" type="relativepath"/>38<include path="j9gcvrbevents"/>39<include path="j9gcvrbhdlrrealtime"/>40<include path="$(OMR_DIR)/gc/verbose/handler_standard" type="relativepath"/>41<include path="j9gcvrbhdlrvlhgc"/>42<include path="j9gcgluejava"/>43<include path="$(OMR_DIR)/gc/verbose" type="relativepath"/>44</includes>45<makefilestubs>46<makefilestub data="UMA_ENABLE_ALL_WARNINGS=1"/>47<makefilestub data="UMA_TREAT_WARNINGS_AS_ERRORS=1"/>48</makefilestubs>49</artifact>50</module>5152