--- old/src/hotspot/share/interpreter/linkResolver.cpp 2020-03-08 18:58:24.949583832 -0400 +++ new/src/hotspot/share/interpreter/linkResolver.cpp 2020-03-08 18:58:23.767570734 -0400 @@ -606,7 +606,7 @@ const char* nest_host_error_1 = ref_ik->nest_host_resolution_error(); const char* nest_host_error_2 = sel_ik->nest_host_resolution_error(); if (nest_host_error_1 != NULL || nest_host_error_2 != NULL) { - ss.print("("); + ss.print(", ("); if (nest_host_error_1 != NULL) { ss.print("%s", nest_host_error_1); if (nest_host_error_2 != NULL) { @@ -963,7 +963,7 @@ const char* nest_host_error_1 = ref_ik->nest_host_resolution_error(); const char* nest_host_error_2 = sel_ik->nest_host_resolution_error(); if (nest_host_error_1 != NULL || nest_host_error_2 != NULL) { - ss.print("("); + ss.print(", ("); if (nest_host_error_1 != NULL) { ss.print("%s", nest_host_error_1); if (nest_host_error_2 != NULL) {