comparison mx/projects @ 14622:aff1511f13a9

added AllocSpy tool for analyzing allocation in Graal using the Java Allocation Instrumenter (https://code.google.com/p/java-allocation-instrumenter/)
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Mar 2014 22:12:27 +0100
parents e3888db8b8a1
children a939edbab5ee 17a735726670
comparison
equal deleted inserted replaced
14621:a6fda38d8484 14622:aff1511f13a9
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@JAVA_ALLOCATION_INSTRUMENTER@path=lib/java-allocation-instrumenter.jar
42 library@JAVA_ALLOCATION_INSTRUMENTER@urls=http://lafo.ssw.uni-linz.ac.at/java-allocation-instrumenter/java-allocation-instrumenter.jar
43 library@JAVA_ALLOCATION_INSTRUMENTER@sha1=1cd4073f57d7d461a53b0ddc1ea4ee2aa0c60e66
40 44
41 distribution@GRAAL@path=graal.jar 45 distribution@GRAAL@path=graal.jar
42 distribution@GRAAL@dependencies=\ 46 distribution@GRAAL@dependencies=\
43 com.oracle.graal.hotspot.amd64,\ 47 com.oracle.graal.hotspot.amd64,\
44 com.oracle.graal.hotspot.ptx,\ 48 com.oracle.graal.hotspot.ptx,\
517 project@com.oracle.graal.test@workingSets=Graal,Test 521 project@com.oracle.graal.test@workingSets=Graal,Test
518 522
519 # graal.compiler.test 523 # graal.compiler.test
520 project@com.oracle.graal.compiler.test@subDir=graal 524 project@com.oracle.graal.compiler.test@subDir=graal
521 project@com.oracle.graal.compiler.test@sourceDirs=src 525 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 526 project@com.oracle.graal.compiler.test@dependencies=com.oracle.graal.test,com.oracle.graal.printer,com.oracle.graal.runtime,com.oracle.graal.baseline,JAVA_ALLOCATION_INSTRUMENTER
523 project@com.oracle.graal.compiler.test@checkstyle=com.oracle.graal.graph 527 project@com.oracle.graal.compiler.test@checkstyle=com.oracle.graal.graph
524 project@com.oracle.graal.compiler.test@javaCompliance=1.7 528 project@com.oracle.graal.compiler.test@javaCompliance=1.7
525 project@com.oracle.graal.compiler.test@workingSets=Graal,Test 529 project@com.oracle.graal.compiler.test@workingSets=Graal,Test
526 530
527 # graal.jtt 531 # graal.jtt