Changes between Version 1 and Version 2 of Ticket #22077, comment 6


Ignore:
Timestamp:
2022-05-18T15:58:16+02:00 (2 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22077, comment 6

    v1 v2  
    22
    33EDIT: I've rolled back to v1.9.10, which should be fine
     4EDIT2: Relevant JEP: https://openjdk.java.net/jeps/411 (AKA, this will no longer a problem when the security manager goes away). Anyway, I've tracked down the issue -- I'm calling `ForkJoinTask#fork` outside of the appropriate `ForkJoinPool`.