On Fri, 15 Nov 2024 17:52:28 GMT, Roger Riggs wrote:
>> Remove use of doPrivileged and SecurityManager in java.util.
>
> Roger Riggs has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Correct @see link syntax in AbstractResourceBundleProvider
On Sat, 7 Dec 2024 09:16:58 GMT, liyazzi wrote:
>> For two cases:
>>
>> 1. When the ImageReaderFactory was loaded by local jdk,that means the
>> ImageReaderFactory was loaded by boot class loader,then init the `Path
>> BOOT_MODULES_JIMAGE` by using `sun.nio.fs.DefaultFileSystemProvider` which
On Sat, 7 Dec 2024 09:10:14 GMT, Alan Bateman wrote:
> This is the 3rd PR created for this issue, would it be possible to say if you
> are working with jyxzwd on this issue?
Yeah, There were something wrong with his OCA, so I re-issued this PR
-
PR Comment: https://git.openjdk.org
> For two cases:
>
> 1. When the ImageReaderFactory was loaded by local jdk,that means the
> ImageReaderFactory was loaded by boot class loader,then init the `Path
> BOOT_MODULES_JIMAGE` by using `sun.nio.fs.DefaultFileSystemProvider` which is
> obtained through reflection,due to it is in jdk i
On Sat, 7 Dec 2024 07:29:05 GMT, liyazzi wrote:
> For two cases:
>
> 1. When the ImageReaderFactory was loaded by local jdk,that means the
> ImageReaderFactory was loaded by boot class loader,then init the `Path
> BOOT_MODULES_JIMAGE` by using `sun.nio.fs.DefaultFileSystemProvider` which is
>
For two cases:
1. When the ImageReaderFactory was loaded by local jdk,that means the
ImageReaderFactory was loaded by boot class loader,then init the `Path
BOOT_MODULES_JIMAGE` by using `sun.nio.fs.DefaultFileSystemProvider` which is
obtained through reflection,due to it is in jdk internal.
2.