comparison mx/projects @ 15663:7340fe377764

added Java Flight Recorder (JFR) event support
author twisti
date Thu, 15 May 2014 15:32:37 +0200
parents ec29b2d3bdb4
children 401edc9ef521
comparison
equal deleted inserted replaced
15662:50fbda571d99 15663:7340fe377764
1 # The format of this file is described in the documentation for my.py. 1 # The format of this file is described in the documentation for my.py.
2 mxversion=1.0 2 mxversion=1.0
3 suite=graal 3 suite=graal
4 4
5 library@JDK_TOOLS@path=${JAVA_HOME}/lib/tools.jar 5 jrelibrary@JFR@jar=jfr.jar
6 library@JDK_TOOLS@optional=true
7 6
8 library@JUNIT@path=lib/junit-4.11.jar 7 library@JUNIT@path=lib/junit-4.11.jar
9 library@JUNIT@urls=http://repo1.maven.org/maven2/junit/junit/4.11/junit-4.11.jar 8 library@JUNIT@urls=http://repo1.maven.org/maven2/junit/junit/4.11/junit-4.11.jar
10 library@JUNIT@sha1=4e031bb61df09069aeb2bffb4019e7a5034a4ee0 9 library@JUNIT@sha1=4e031bb61df09069aeb2bffb4019e7a5034a4ee0
11 library@JUNIT@eclipse.container=org.eclipse.jdt.junit.JUNIT_CONTAINER/4 10 library@JUNIT@eclipse.container=org.eclipse.jdt.junit.JUNIT_CONTAINER/4
73 com.oracle.graal.hotspot.ptx,\ 72 com.oracle.graal.hotspot.ptx,\
74 com.oracle.graal.truffle,\ 73 com.oracle.graal.truffle,\
75 com.oracle.graal.truffle.hotspot.amd64,\ 74 com.oracle.graal.truffle.hotspot.amd64,\
76 com.oracle.graal.hotspot.sparc,\ 75 com.oracle.graal.hotspot.sparc,\
77 com.oracle.graal.hotspot,\ 76 com.oracle.graal.hotspot,\
77 com.oracle.graal.hotspot.jfr,\
78 com.oracle.graal.hotspot.hsail 78 com.oracle.graal.hotspot.hsail
79 distribution@GRAAL@exclude=FINDBUGS 79 distribution@GRAAL@exclude=FINDBUGS
80 80
81 distribution@TRUFFLE@path=truffle.jar 81 distribution@TRUFFLE@path=truffle.jar
82 distribution@TRUFFLE@sourcesPath=truffle-sources.jar 82 distribution@TRUFFLE@sourcesPath=truffle-sources.jar
188 project@com.oracle.graal.hotspot@dependencies=com.oracle.graal.replacements,com.oracle.graal.runtime,com.oracle.graal.printer,com.oracle.graal.baseline 188 project@com.oracle.graal.hotspot@dependencies=com.oracle.graal.replacements,com.oracle.graal.runtime,com.oracle.graal.printer,com.oracle.graal.baseline
189 project@com.oracle.graal.hotspot@checkstyle=com.oracle.graal.graph 189 project@com.oracle.graal.hotspot@checkstyle=com.oracle.graal.graph
190 project@com.oracle.graal.hotspot@annotationProcessors=com.oracle.graal.replacements.verifier,com.oracle.graal.service.processor 190 project@com.oracle.graal.hotspot@annotationProcessors=com.oracle.graal.replacements.verifier,com.oracle.graal.service.processor
191 project@com.oracle.graal.hotspot@javaCompliance=1.8 191 project@com.oracle.graal.hotspot@javaCompliance=1.8
192 project@com.oracle.graal.hotspot@workingSets=Graal,HotSpot 192 project@com.oracle.graal.hotspot@workingSets=Graal,HotSpot
193
194 # graal.hotspot.jfr
195 project@com.oracle.graal.hotspot.jfr@subDir=graal
196 project@com.oracle.graal.hotspot.jfr@sourceDirs=src
197 project@com.oracle.graal.hotspot.jfr@dependencies=com.oracle.graal.hotspot,JFR
198 project@com.oracle.graal.hotspot.jfr@checkstyle=com.oracle.graal.graph
199 project@com.oracle.graal.hotspot.jfr@annotationProcessors=com.oracle.graal.service.processor
200 project@com.oracle.graal.hotspot.jfr@javaCompliance=1.8
201 project@com.oracle.graal.hotspot.jfr@profile=
202 project@com.oracle.graal.hotspot.jfr@workingSets=Graal,HotSpot
193 203
194 # graal.hotspot.amd64 204 # graal.hotspot.amd64
195 project@com.oracle.graal.hotspot.amd64@subDir=graal 205 project@com.oracle.graal.hotspot.amd64@subDir=graal
196 project@com.oracle.graal.hotspot.amd64@sourceDirs=src 206 project@com.oracle.graal.hotspot.amd64@sourceDirs=src
197 project@com.oracle.graal.hotspot.amd64@dependencies=com.oracle.graal.compiler.amd64,com.oracle.graal.hotspot,com.oracle.graal.replacements.amd64 207 project@com.oracle.graal.hotspot.amd64@dependencies=com.oracle.graal.compiler.amd64,com.oracle.graal.hotspot,com.oracle.graal.replacements.amd64