static S sendToThisVM(S s, O... args) {
  s = format(s, args);
  ret callStaticAnswerMethod(getJavaX(), s);
}