Skip to content

Commit

Permalink
[EagerAppCDS] fix merge conflicts
Browse files Browse the repository at this point in the history
Summary: as title

Testing: test/hotspot/jtreg/runtime/appcds/TestCommon.java

Reviewers: lingjun-cg, yulei

Issue:
  • Loading branch information
jia-wei-tang committed Dec 11, 2023
1 parent 6418a5c commit a1ba06d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/hotspot/jtreg/runtime/appcds/TestCommon.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,7 @@ public static OutputAnalyzer runWithArchive(AppCDSOptions opts)
}
}

<<<<<<< HEAD
String[] cmdLine = cmd.toArray(new String[cmd.size()]);
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(true, makeCommandLineForAppCDS(cmdLine));
=======
ProcessBuilder pb = ProcessTools.createTestJvm(cmd);
>>>>>>> jdk-11.0.21+9
return executeAndLog(pb, "exec");
}

Expand Down

0 comments on commit a1ba06d

Please sign in to comment.