comparison mx/projects @ 14572:1d35a2b84553

use Java Allocation Instrumenter to observe allocation in Graal compiler tests
author Doug Simon <doug.simon@oracle.com>
date Mon, 17 Mar 2014 23:45:14 +0100
parents 29f47f2c6388
children e3888db8b8a1
comparison
equal deleted inserted replaced
14571:24431a9b878c 14572:1d35a2b84553
35 35
36 library@OKRA_WITH_SIM@path=lib/okra-1.8-with-sim.jar 36 library@OKRA_WITH_SIM@path=lib/okra-1.8-with-sim.jar
37 library@OKRA_WITH_SIM@urls=http://cr.openjdk.java.net/~tdeneau/okra-1.8-with-sim.jar 37 library@OKRA_WITH_SIM@urls=http://cr.openjdk.java.net/~tdeneau/okra-1.8-with-sim.jar
38 library@OKRA_WITH_SIM@sourcePath=lib/okra-1.8-with-sim-src.jar 38 library@OKRA_WITH_SIM@sourcePath=lib/okra-1.8-with-sim-src.jar
39 library@OKRA_WITH_SIM@sourceUrls=http://cr.openjdk.java.net/~tdeneau/okra-1.8-with-sim-src.jar 39 library@OKRA_WITH_SIM@sourceUrls=http://cr.openjdk.java.net/~tdeneau/okra-1.8-with-sim-src.jar
40
41 library@ALLOCATION_INSTRUMENTATION@path=lib/allocation.jar
42 library@ALLOCATION_INSTRUMENTATION@urls=http://java-allocation-instrumenter.googlecode.com/files/allocation.jar
43 library@ALLOCATION_INSTRUMENTATION@sourcePath=lib/allocation-src.jar
44 library@ALLOCATION_INSTRUMENTATION@sourceUrls=https://java-allocation-instrumenter.googlecode.com/files/java-allocation-instrumenter-src.jar
40 45
41 distribution@GRAAL@path=graal.jar 46 distribution@GRAAL@path=graal.jar
42 distribution@GRAAL@dependencies=\ 47 distribution@GRAAL@dependencies=\
43 com.oracle.graal.hotspot.amd64,\ 48 com.oracle.graal.hotspot.amd64,\
44 com.oracle.graal.hotspot.ptx,\ 49 com.oracle.graal.hotspot.ptx,\
517 project@com.oracle.graal.test@workingSets=Graal,Test 522 project@com.oracle.graal.test@workingSets=Graal,Test
518 523
519 # graal.compiler.test 524 # graal.compiler.test
520 project@com.oracle.graal.compiler.test@subDir=graal 525 project@com.oracle.graal.compiler.test@subDir=graal
521 project@com.oracle.graal.compiler.test@sourceDirs=src 526 project@com.oracle.graal.compiler.test@sourceDirs=src
522 project@com.oracle.graal.compiler.test@dependencies=com.oracle.graal.test,com.oracle.graal.printer,com.oracle.graal.runtime,com.oracle.graal.baseline 527 project@com.oracle.graal.compiler.test@dependencies=com.oracle.graal.test,com.oracle.graal.printer,com.oracle.graal.runtime,com.oracle.graal.baseline,ALLOCATION_INSTRUMENTATION
523 project@com.oracle.graal.compiler.test@checkstyle=com.oracle.graal.graph 528 project@com.oracle.graal.compiler.test@checkstyle=com.oracle.graal.graph
524 project@com.oracle.graal.compiler.test@javaCompliance=1.7 529 project@com.oracle.graal.compiler.test@javaCompliance=1.7
525 project@com.oracle.graal.compiler.test@workingSets=Graal,Test 530 project@com.oracle.graal.compiler.test@workingSets=Graal,Test
526 531
527 # graal.jtt 532 # graal.jtt