static Method fastIntern_method; static S fastIntern(S s) { if (s == null) null; if (fastIntern_method == null) fastIntern_method = getMethodNamed(javax(), 'internPerProgram); ret (S) fastIntern_method.invoke(null, s); }