Dear Wiki user, You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification. The following page has been changed by LigangWang: http://wiki.apache.org/harmony/KnownNonBugIssuesAndLimitations The comment on the change is: None of spec of JVM/JavaLan/JVMTI requires two IDs to be same and no real issue. ------------------------------------------------------------------------------ types where applicable. '''9. Make native symbols lookup more optimal'''[[BR]] - Currently the native symbols are resolved in reverse order for registered libraries (i.e. newly loaded lib is prepended to the list). So vmcore.dll is always requested in the last place. Besides, on Windows OS-specific mangling is tried as a last resort. Therefore, most native functions during startup are found in a least effective way. + Currently the native symbols are resolved in reverse order for registered libraries (i.e. newly loaded lib is prepended to the list). So vmcore.dll is always requested in the last place. Besides, on Windows OS-specific mangling is tried as a last resort. Therefore, most native functions during startup are found in a least effective way. - - '''10. Get rid of two different ids for thread'''[[BR]] - There are two different ids for one thread now - one returned by java.lang.Thread.getId() and the other returned by hythread_get_id(native thread). - They have to be the same. --------