sclass VirtualThread { Thread realThread; Map> virtualThreadLocalData = weakMap(); void setRealThread(Thread t) { realThread = t; } }