RFR: 8286560: Remove user parameter from jdk.internal.perf.Perf.attach()
David Holmes
dholmes at openjdk.java.net
Thu May 12 04:09:41 UTC 2022
On Wed, 11 May 2022 23:08:32 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> The API `jdk.internal.perf.Perf.::attach(String user, int lvmid)` is never used. It should be removed, and all the handling of a specified user name should be removed.
Nice cleanup! I checked back in JDK 7 and couldn't find any use of this particular API.
Thanks.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8669
More information about the core-libs-dev
mailing list