--- old/src/hotspot/share/interpreter/interpreterRuntime.cpp 2020-01-24 19:18:03.919556286 +0000 +++ new/src/hotspot/share/interpreter/interpreterRuntime.cpp 2020-01-24 19:18:03.135393526 +0000 @@ -1369,7 +1369,7 @@ // use slow signature handler if we can't do better int handler_index = -1; // check if we can use customized (fast) signature handler - if (UseFastSignatureHandlers && method->size_of_parameters() <= Fingerprinter::max_size_of_parameters) { + if (UseFastSignatureHandlers && method->size_of_parameters() <= Fingerprinter::fp_max_size_of_parameters) { // use customized signature handler MutexLocker mu(SignatureHandlerLibrary_lock); // make sure data structure is initialized