Path: blob/master/runtime/gc_verbose_handler_realtime/module.xml
5985 views
<?xml version="1.0"?>1<!--2Copyright (c) 2010, 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>23<artifact type="static" name="j9gcvrbhdlrrealtime">24<include-if condition="spec.flags.gc_realtime" />25<phase>core quick</phase>26<flags>27<flag name="/w34189" asmflag="false" definition="false">28<include-if condition="spec.win_x86.*"/>29</flag>30</flags>31<includes>32<include path="j9include"/>33<include path="j9oti"/>34<include path="j9gcbase"/>35<include path="$(OMR_DIR)/gc/base" type="relativepath"/>36<include path="j9gcstructs"/>37<include path="$(OMR_DIR)/gc/structs" type="relativepath"/>38<include path="j9gcstats"/>39<include path="$(OMR_DIR)/gc/stats" type="relativepath"/>40<include path="j9gcinclude"/>41<include path="$(OMR_DIR)/gc/include" type="relativepath"/>42<include path="$(OMR_DIR)/gc/verbose" type="relativepath"/>43<include path="j9gcvrbjava"/>44<include path="j9gcgluejava"/>45</includes>46<makefilestubs>47<makefilestub data="UMA_ENABLE_ALL_WARNINGS=1"/>48<makefilestub data="UMA_TREAT_WARNINGS_AS_ERRORS=1"/>49</makefilestubs>50</artifact>51</module>525354