RFR(XS): trivial: JDK-8192866 - [TESTBUG] Move UseAppCDS.java from the closed ProblemList.txt to the open one
David Holmes
david.holmes at oracle.com
Fri Dec 1 08:24:47 UTC 2017
Hi Volker,
On 1/12/2017 6:10 PM, Volker Simonis wrote:
> Hi Misha,
>
> the bug you mention in ProblemList.txt (i.e 8165603) is closed.
> Can you please make it visible for everybody?
Unfortunately not in this case as the bug description contains
information that we must treat as confidential.
The bug is:
runtime/AppCDS/UseAppCDS.java fails with Error. failed to clean up files
after test when running with agentvm
Basically jtreg in agentvm mode tries to delete a file used by the test,
and it gets an error (Windows only) as the file is "in use", because the
test failed to close the file. The fix should be straight-forward
(ensure the file is closed or else run in othervm mode). But due to the
effort involved in getting AppCDS into the Open, fixing this test was
not high priority, and now we're out of time, so it was added to the
ProblemList instead - but it was added to the closed list just before
the test was moved to the open.
Cheers,
David
> Thanks,
> Volker
>
> On Fri, Dec 1, 2017 at 3:07 AM, mikhailo <mikhailo.seledtsov at oracle.com> wrote:
>> Please review this small fix that I consider a trivial change:
>> http://cr.openjdk.java.net/~mseledtsov/JDK-8192866.00/
>>
>> I will run the appcds tests, plus tier1.
>>
>>
>> Thank you,
>> Misha
>>
More information about the hotspot-runtime-dev
mailing list