commit | e2072bba70f1051955f20d39f374810109d3bf9a | [log] [tgz] |
---|---|---|
author | Rahul Yadav <rahul.r.yadav@oracle.com> | Fri Jul 03 10:19:54 2020 +0100 |
committer | Patrick Concannon <pconcannon@openjdk.org> | Fri Jul 03 10:19:54 2020 +0100 |
tree | a1eb6465e81b022c410058e0c42789b77d005e07 | |
parent | f23c983a46d03a33b82e8ed650db86aafc8b6e6e [diff] |
8245302: Upgrade LogRecord to support long thread ids and remove its usage of ThreadLocal Java.util.logging.LogRecord has been updated to use long thread ids instead of int thread id Reviewed-by: alanb, dfuchs