From 4012146d7220c3cc0a2157947b314b3d750fb264 Mon Sep 17 00:00:00 2001 From: katherine-hough <32645020+katherine-hough@users.noreply.github.com> Date: Sun, 26 Nov 2023 16:12:19 -0500 Subject: [PATCH] * Fixed dependency issue --- integration-tests/pom.xml | 5 ----- integration-tests/runDacapo.sh | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 9d68e5ba8..fef0f7c5e 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -31,11 +31,6 @@ phosphor-driver ${project.version} - - edu.gmu.swe.phosphor - phosphor-jigsaw-javaagent - ${project.version} - diff --git a/integration-tests/runDacapo.sh b/integration-tests/runDacapo.sh index e267acce1..136291e73 100755 --- a/integration-tests/runDacapo.sh +++ b/integration-tests/runDacapo.sh @@ -25,7 +25,7 @@ cd "$BUILD_DIR" if [ ! -d "$INST_DACAPO_DIR" ]; then echo "Creating data flow instrumented dacapo" - java -Xmx6g -jar "$DRIVER_JAR" -q -forceUnboxAcmpEq -withEnumsByValue "$DACAPO_DIR" "$INST_DACAPO_DIR" + java -Xmx8g -jar "$DRIVER_JAR" -forceUnboxAcmpEq -withEnumsByValue "$DACAPO_DIR" "$INST_DACAPO_DIR" else echo "Not regenerating data flow instrumented dacapo" fi