Hello,
Request to have my fix reviewed for the issue: JDK-8245302: Upgrade LogRecord to support long thread ids and remove its usage of ThreadLocal. java.util.logging.LogRecord is updated to support long thread ids without ThreadLocal. Before the update, thread id’s did not support long values, ThreadLocal usage has been Removed. . issue: https://bugs.openjdk.java.net/browse/JDK-8245302 webrev: http://cr.openjdk.java.net/~ryadav/webrev_8245302/index.html csr: https://bugs.openjdk.java.net/browse/JDK-8247219 - rahul
