Re: java.io.File#toPath() on Windows doesn't understand "NUL:" (null device)?

2021-03-20 Thread Jaikiran Pai
On 17/03/21 3:16 pm, Jaikiran Pai wrote: On 17/03/21 3:10 pm, Jaikiran Pai wrote: Hello Alan, On 17/03/21 2:45 pm, Alan Bateman wrote: On 17/03/2021 08:21, Jaikiran Pai wrote: : I can confirm that using "NUL" or "nul" work fine in the above code, I don't know the context for your questi

Re: Class.getRecordComponents security checks

2021-03-20 Thread Attila Szegedi
> On 2021. Feb 21., at 21:57, Remi Forax wrote: > > - Mail original - >> De: "Attila Szegedi" >> À: "core-libs-dev" >> Envoyé: Dimanche 21 Février 2021 21:14:48 >> Objet: Class.getRecordComponents security checks > >> Hey folks, >> >> Why are security checks for Class.getRecordCompo

RFR: 8263903: Use Cleaner instead of finalize to auto stop Timer thread

2021-03-20 Thread Kim Barrett
Please review this change to java.util.Timer, replacing the use of deprecated finalization-based cleanup with use of java.lang.ref.Cleaner. In addition, Timer.cancel now cancels any later execution of the the no longer relevant cleanup. Testing: mach5 tier1 New AutoStop test verifies the specif

Production use of "jpackage.app-path" property

2021-03-20 Thread Zlatin Balevsky
Hi, In my application I need to know the absolute path of the executable generated by jpackage at runtime. I found the "jpackage.app-path" system property and it is exactly what I was looking for. However, I found no documentation relating to it and am concerned that since it's undocumented it m