aboutsummaryrefslogtreecommitdiff
path: root/dacapo/patches/avrora_conf.patch
blob: b3f108313a94d2e97860d07af96cf74205618498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- avrora.cnf	2020-06-01 03:15:20.000000000 +0100
+++ avrora_new.cnf	2021-09-28 11:18:51.799256436 +0100
#
#
# Remove all JARs from the list as any attempt to load them will
# trigger DaCapo exception (Benchmark.java:599) due to using
# Classloader.getResource() method which fails if we call
# it from the JAR. These JAR files are already in the classpath
# and their classes can be used, so we don't need to explicitly
# load them in Benchmark.java.
#
@@ -1,7 +1,6 @@
 benchmark avrora
   class org.dacapo.harness.Avrora
-  thread-model single
-  jars "avrora-cvs-20131011.jar";
+  thread-model single;

 size small args "-seconds=30",
 	"-platform=mica2",