RFR(S, TEST) JDK-8075569: jmap test fails due to "ERROR: java.nio.file.NoSuchFileException: 2906081d-06bc-4738-a7e8-f37b8bf13658.lck
Alan Bateman
Alan.Bateman at oracle.com
Sat Mar 21 10:57:12 UTC 2015
On 21/03/2015 10:50, Dmitry Samersoff wrote:
> Hi Everyone,
>
> Please review small, test only fix.
>
> http://cr.openjdk.java.net/~dsamersoff/JDK-8075569/webrev.01/
>
> Lock deleted while we are setting last modified time.
> Ignore error and lets the app exits
>
This looks okay to me but since it now handles the lock file going away
at any time then the Files.exists can be removed if you want (it's
harmless to keep it of course).
-Alan
More information about the serviceability-dev
mailing list