After the change to JDK-8165001, ResourceProvider.getResource() may result in call to new method ResoureProvider.isUpdateDisabledPerPolicy().
This method in turns calls ToolkitStore.get().getAppContext().get(...) which will throw an NPE if ToolkitStore.get().getAppContext() returns null.
For some reason (test order ?) this is happening in LaunchDownloadTest.testDownloadLazyNativeLibJarGzipped() only in jprt build on windows 32 bit fastdebug build.
This method in turns calls ToolkitStore.get().getAppContext().get(...) which will throw an NPE if ToolkitStore.get().getAppContext() returns null.
For some reason (test order ?) this is happening in LaunchDownloadTest.testDownloadLazyNativeLibJarGzipped() only in jprt build on windows 32 bit fastdebug build.