Searched refs:ConcurrentLoadingThread (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/ResourceBundle/
H A DBug4168625Test.java226 private class ConcurrentLoadingThread extends Thread { class in class:Bug4168625Test
232 public ConcurrentLoadingThread(Loader loader, Bug4168625Getter test, Locale l, String resourceName) { method in class:Bug4168625Test.ConcurrentLoadingThread
238 public ConcurrentLoadingThread(Loader loader, Bug4168625Getter test, Locale l) { method in class:Bug4168625Test.ConcurrentLoadingThread
279 ConcurrentLoadingThread thread1 = new ConcurrentLoadingThread(loader, test, new Locale("en", "CA"));
280 ConcurrentLoadingThread thread2 = new ConcurrentLoadingThread(loader, test, new Locale("en", "IE"));
309 ConcurrentLoadingThread thread1 = new ConcurrentLoadingThread(loader, test, new Locale("en", "US"));
502 if (current instanceof ConcurrentLoadingThread) {
[all...]

Completed in 72 milliseconds