Changes between Version 1 and Version 2 of Ticket #15722, comment 7


Ignore:
Timestamp:
2018-01-03T03:16:03+01:00 (8 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15722, comment 7

    v1 v2  
    11OK I think I have a lead. We try to create a new ForkJoinPool from code running in another ForkJoinPool instance (`StyledMapRenderer.THREAD_POOL`).
    22
    3 This might now work if we have a security manager, as explained [https://docs.oracle.com/javase/9/docs/api/java/util/concurrent/ForkJoinPool.html here]:
     3This might not work if we have a security manager, as explained [https://docs.oracle.com/javase/9/docs/api/java/util/concurrent/ForkJoinPool.html here]:
    44
    55>  ''**if a SecurityManager is present, then the common pool uses a factory supplying threads that have no Permissions enabled**.''