RFR: 8244212: Optionally download media and webkit libraries from latest openjfx EA build
Johan Vos
jvos at openjdk.java.net
Sat Jun 27 18:38:48 UTC 2020
On Thu, 30 Apr 2020 18:56:40 GMT, Jesper Skov <github.com+2720909+jskov at openjdk.org> wrote:
> I have tested on Linux (Fedora 31) only.
> It works as intended (with one test failure due to 15-ea+4 being too old now).
>
> UPDATE_STUB_CACHE suggests there is some magic available to help manage the stub cache.
> But as I could not find anything about it, that section in the documentation may need some love.
build.gradle line 1269:
> 1268: defaultStubRuntime = cachedBundledRuntime
> 1269: } else if (IS_STUB_RUNTIME_OPENJFX) {
> 1270: defaultStubRuntime = openjfxStubRuntime
this won't be used if the cachedBundleRuntime exists. Shouldn't the order be reversed? (first check
IS_STUB_TUNTIME_OPENJFX)
-------------
PR: https://git.openjdk.java.net/jfx/pull/202
More information about the openjfx-dev
mailing list