Re: RFR: 8307944: ClassFileDumper should only load java.nio.file.Path if enabled [v2]

2023-05-30 Thread Roger Riggs
On Tue, 30 May 2023 17:37:24 GMT, Mandy Chung wrote: >> Change `ClassFileDumper` constructor to take a `String` rather than `Path` >> to avoid the file system implementation classes loaded during startup. In >> addition, `FilePermission` also causes the default file system to be >> initialize

Re: RFR: 8307944: ClassFileDumper should only load java.nio.file.Path if enabled [v2]

2023-05-30 Thread Mandy Chung
On Tue, 30 May 2023 17:37:24 GMT, Mandy Chung wrote: >> Change `ClassFileDumper` constructor to take a `String` rather than `Path` >> to avoid the file system implementation classes loaded during startup. In >> addition, `FilePermission` also causes the default file system to be >> initialize

Re: RFR: 8307944: ClassFileDumper should only load java.nio.file.Path if enabled [v2]

2023-05-30 Thread Mandy Chung
> Change `ClassFileDumper` constructor to take a `String` rather than `Path` to > avoid the file system implementation classes loaded during startup. In > addition, `FilePermission` also causes the default file system to be > initialized. > > This patch changes `ClassFileDumper` to validate t

Re: RFR: 8307944: ClassFileDumper should only load java.nio.file.Path if enabled

2023-05-25 Thread Roger Riggs
On Thu, 25 May 2023 20:23:27 GMT, Mandy Chung wrote: > Change `ClassFileDumper` constructor to take a `String` rather than `Path` to > avoid the file system implementation classes loaded during startup. In > addition, `FilePermission` also causes the default file system to be > initialized.