mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8213406: (fs) More than one instance of built-in FileSystem observed in heap
Reviewed-by: alanb, cushon, weijun
This commit is contained in:
parent
978c78f7fc
commit
7212bf0a77
14 changed files with 106 additions and 53 deletions
|
@ -36,7 +36,7 @@ import jdk.internal.util.StaticProperty;
|
|||
* Linux implementation of FileSystemProvider
|
||||
*/
|
||||
|
||||
public class LinuxFileSystemProvider extends UnixFileSystemProvider {
|
||||
class LinuxFileSystemProvider extends UnixFileSystemProvider {
|
||||
public LinuxFileSystemProvider() {
|
||||
super();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue