Replace the use of the (non-concurrent) Hashtable with the
ConcurrentHashmap for the 'remember' hashtable, which is used concurrently from multiple threads, if they're all compiling.
Please register or sign in to comment
ConcurrentHashmap for the 'remember' hashtable, which is used concurrently from multiple threads, if they're all compiling.