Consider the default is a fixed number N, as in -XX:ParallelGCThreads=<N>
As per the documentation, that number is based on the amount of HW threads your system has:
On a machine with N hardware threads where N is greater than 8, the parallel collector uses a fixed fraction of N as the number of garbage collector threads. The fraction is approximately 5/8 for large values of N. At values of N below 8, the number used is N.