--- old/src/hotspot/share/jvmci/compilerRuntime.cpp 2019-03-11 14:26:04.030355185 +0100 +++ new/src/hotspot/share/jvmci/compilerRuntime.cpp 2019-03-11 14:26:03.814355188 +0100 @@ -73,7 +73,7 @@ Handle protection_domain(THREAD, caller->method_holder()->protection_domain()); // Ignore wrapping L and ; - if (name[0] == 'L') { + if (name[0] == 'L' || name[0] == 'Q') { assert(len > 2, "small name %s", name); name++; len -= 2;