-
Bug
-
Resolution: Fixed
-
P2
-
jfx13, 8u231
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8229368 | 8u241 | Guru Hb | P2 | Resolved | Fixed | b01 |
JDK-8229417 | 8u231 | Guru Hb | P2 | Closed | Fixed | b07 |
JDK-8232805 | jfx11.0.5 | Guru Hb | P2 | Closed | Fixed |
On Windows platform PlatformFileHandle type is considered as HANDLE (i.e void *) which is specific to Windows flavor of webkit port.
For OpenJFX, type of PlatformFileHandle should be JGObject.
Due to this failure, randomly (at times) the type of FileHandle returned from native webkit will be other than java.io.RandomAccessFile
For OpenJFX, type of PlatformFileHandle should be JGObject.
Due to this failure, randomly (at times) the type of FileHandle returned from native webkit will be other than java.io.RandomAccessFile
- backported by
-
JDK-8229368 [windows] PlatformFileHandle type should be JGObject rather than void *
- Resolved
-
JDK-8229417 [windows] PlatformFileHandle type should be JGObject rather than void *
- Closed
-
JDK-8232805 [windows] PlatformFileHandle type should be JGObject rather than void *
- Closed
- links to