-
Bug
-
Resolution: Fixed
-
P4
-
internal
-
generic
-
windows
To reproduce run:
```
_JAVA_OPTIONS="-Dprism.order=d3d12 -Dprism.verbose=true" gradle --info -PFULL_TEST=true -PUSE_ROBOT=true :systemTests:test --tests RobotTest
```
After some tests this produces a crash on native side. See crash dump log for details.
Tests frequently create new scenes. I suspect there is a problem with GPU still using an RTT while we try to free it.
```
_JAVA_OPTIONS="-Dprism.order=d3d12 -Dprism.verbose=true" gradle --info -PFULL_TEST=true -PUSE_ROBOT=true :systemTests:test --tests RobotTest
```
After some tests this produces a crash on native side. See crash dump log for details.
Tests frequently create new scenes. I suspect there is a problem with GPU still using an RTT while we try to free it.
- blocks
-
JDK-8342162 ☂ JavaFX D3D12: Road to feature-completeness
-
- Open
-