Skip to content

ESRISourceReader: Directly submit ForkJoinTasks to safe ForkJoinPool

Taylor Smock requested to merge fixup-josm-22077 into master

This fixes JOSM #22077, which was caused by ForkJoinTask#fork submitting the task to ForkJoinPool#commonPool, when not called inside a ForkJoinPool. This is problematic under WebStart.

Signed-off-by: Taylor Smock tsmock@fb.com

Merge request reports