JDK 26 |
---|
26Unresolved |
Blocks :
|
JDK-8328866 is adding a static getThreadName() api to util.c. It should be exported and used in other places where we have identical code that uses GetThreadInfo(). This will also fix the other instances of calling GetThreadInfo() that are not freeing up the local refs that are allocated.