test_loadClass_concurrentLoad() Regression test for HARMONY-1939:
2 threads simultaneously run Class.forName() method for the same classname
and the same classloader.
public void test_getSystemResourceLjava_lang_String()(Code)
test_loadClass_concurrentLoad
public void test_loadClass_concurrentLoad() throws Exception(Code)
Regression test for HARMONY-1939:
2 threads simultaneously run Class.forName() method for the same classname
and the same classloader. It is expected that both threads succeed but
class must be defined just once.