static L intsThatJVMCaches() { new L l; for (int i = -1024; i <= 1024; i++) if (Int.valueOf(i) == Int.valueOf(i)) l.add(i); ret l; }