Re: RFR: 8252883: AccessDeniedException caused by delayed file deletion on Windows [v7]

2021-02-23 Thread Vyom Mani Tewari
On Tue, 23 Feb 2021 12:15:08 GMT, Evan Whelan wrote: >> Hi, >> >> Please review this fix for JDK-8252883. This handles the case when an >> AccessDeniedException is being thrown on Windows, due to a delay in deleting >> the lock file it is trying to write to. >> >> This fix passes all testing.

Re: RFR: 8248318: Examine the use of boxing in ObjectStreamClass

2021-02-19 Thread Vyom Mani Tewari
On Fri, 19 Feb 2021 10:14:54 GMT, Julia Boes wrote: > This change removes some instances of superfluous boxing in > java.io.ObjectStreamClass. > Testing: tier 1-3 all clear. Looks ok to me. - Marked as reviewed by vyomm...@github.com (no known OpenJDK username). PR: https://git.o