RFR(M): JDK-8165500: TestJpsJar shouldn't jar all test.classpath directories
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Mon Oct 3 06:23:03 UTC 2016
Hi Dmitry,
It is completely unclear what was the exact intention with this fix.
Could you, please, explain more?
What was the refactoring plan?
Why four files are removed?
Are two new files a replacement of the deleted four files?
What functionality was deleted and why and what was moved?
http://cr.openjdk.java.net/~dsamersoff/JDK-8165500/webrev.02/_webrev/test/lib/jdk/test/lib/apps/LingeredApp.java.frames.html
Minor comments:
259 * Analyze an environment and prepare a command line to 260 * run
theApp, app name should be added explicitlyPlease, change: theApp => the
app (to be consistent with the line L326. Also, it makes sense to have
to separate sentences with dots at the end.
329 * @throws IOException
It'd be nice to add a comment at the place where exactly this exception
can be thrown. 357 // startApp of derived app can throw
358 // an exception before, LA actually starts The comma is not needed.
This would look better: 357 // The startApp() of the derived app can throw
358 // an exception before the LA actually starts
Thanks, Serguei On 9/23/16 02:01, Dmitry Samersoff wrote:
> Everybody,
>
> Please, review:
>
> http://cr.openjdk.java.net/~dsamersoff/JDK-8165500/webrev.02/
>
> I refactored the test to improve stability and simplify further
> debugging.
>
> Testing: rbt
>
> PS: Diffs is messy, so pleas look at raw files.
>
> -Dmitry
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20161002/f6006d85/attachment.html>
More information about the serviceability-dev
mailing list