Searched refs:threadClass (Results 1 – 2 of 2) sorted by relevance
61 LocalRef< jclass > threadClass( m_environment ); in ContextClassLoaderScope() local62 threadClass.set( m_environment.FindClass( "java/lang/Thread" ) ); in ContextClassLoaderScope()63 if ( !threadClass.is() ) in ContextClassLoaderScope()67 threadClass.get(), "currentThread", "()Ljava/lang/Thread;" ) ); in ContextClassLoaderScope()71 …m_currentThread.set( m_environment.CallStaticObjectMethod( threadClass.get(), currentThreadMethod … in ContextClassLoaderScope()76 threadClass.get(), "getContextClassLoader", "()Ljava/lang/ClassLoader;" ) ); in ContextClassLoaderScope()85 threadClass.get(), "setContextClassLoader", "(Ljava/lang/ClassLoader;)V" ); in ContextClassLoaderScope()
914 + Class threadClass = Class.forName("java.lang.Thread");916 + threadClass.getDeclaredMethod("getContextClassLoader",
Completed in 18 milliseconds