RFR: 8264990: Fix segfault when accessing local storage in webview

Matthias Bläsing github.com+2179736+matthiasblaesing at openjdk.java.net
Fri Apr 9 19:37:39 UTC 2021


On Fri, 9 Apr 2021 13:18:21 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> To follow up on my earlier comment, if I move `LocalStorageAccess.html` to `tests/system/src/testapp7/resources/mymod/myapp7/` and remove the `/` from the program that loads it, the test is able to load the resource. And I verified that the test fails without your fix and passes with your fix.
>
> The bug is now available in the JDK project in JBS:
> https://bugs.openjdk.java.net/browse/JDK-8264990

@kevinrushforth @johanvos thank you both for review/checking. I pushed an update, that addresses the comments and updated the issue with the final issue id. I did not touch the comments on the original commits, so that history is kept intact (I understand, that skara bot will use the PR message as base for the final squashed commit and ignores the individual commits)

-------------

PR: https://git.openjdk.java.net/jfx/pull/458


More information about the openjfx-dev mailing list