|
Hi Leonid,
Looks good in general. http://cr.openjdk.java.net/~lmesnik/8230942/webrev.01/test/lib/jdk/test/lib/SA/SATestUtils.java.udiff.html Minor: +import java.io.File; import java.io.IOException; -import java.util.List; +import java.io.FileInputStream; +import java.io.FileOutputStream;Newly added "import java.io.File;" is out of order. The order of imports in the other two files is also not always correct. For instance, the imports for Platform, SA.SATestUtils and Utils below are out of order: import jdk.test.lib.Platform;
import jdk.test.lib.classloader.GeneratingClassLoader;
import jdk.test.lib.hprof.HprofParser;
import jdk.test.lib.process.ProcessTools;
import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.SA.SATestUtils;
import jdk.test.lib.Utils;
import jtreg.SkippedException;
No need in new webrev if you fix it. Thanks, Serguei On 9/26/19 23:28, Leonid Mesnik wrote:
|
- RFR: 8230942: Support compressed cores in SA te... Leonid Mesnik
- Re: RFR: 8230942: Support compressed cores... David Holmes
- Re: RFR: 8230942: Support compressed c... Leonid Mesnik
- Re: RFR: 8230942: Support compress... David Holmes
- Re: RFR: 8230942: Support compress... [email protected]
