mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8329138: Convert JFR FileForceEvent to static mirror event
Reviewed-by: alanb, egahlin
This commit is contained in:
parent
2cc8eccb36
commit
f4caac8dea
12 changed files with 252 additions and 42 deletions
|
@ -168,7 +168,7 @@ class UnixChannelFactory {
|
|||
|
||||
// for now use simple implementation
|
||||
FileDescriptor fdObj = open(-1, path, null, flags, mode);
|
||||
return SimpleAsynchronousFileChannelImpl.open(fdObj, flags.read, flags.write, pool);
|
||||
return SimpleAsynchronousFileChannelImpl.open(fdObj, path.toString(), flags.read, flags.write, pool);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue