Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
8u231, jfx13
Backports
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 |
Description
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
Attachments
Issue Links
- 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