Searched defs:handleLibObjc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4843 void *handleLibObjc = dlopen(OBJC_LIB, RTLD_LAZY); local
4844 if (handleLibObjc != NULL) {
4845 objc_registerThreadWithCollectorFunction = (objc_registerThreadWithCollector_t) dlsym(handleLibObjc, OBJC_GCREGISTER);

Completed in 168 milliseconds