radiomike

Results 7 comments of radiomike

Having considered this, perhaps a better way is this: When media cues are created, they are assigned the current fade duration and curve from preferences. On applying changes to fade...

The above is line 20, same error is repeated on line 48

Looks like the cause was https://bugs.openjdk.org/browse/JDK-8302716

I think I was seeing the a similar crash with adoptium and ended up removing `-XX:+UseDynamicNumberOfGCThreads` instead.

> both seem to somewhat have in impact on the garbage collector's ability to use multiple cores/threads...? Yes: `ParallelRefProcEnabled` enables multithreading for part of the gc process; `UseDynamicNumberOfGCThreads` lets the...