This version of the internal Perf.attach() API is never used:
public ByteBuffer attach(String user, int lvmid)
It should be removed to simplified code inside HotSpot
public ByteBuffer attach(String user, int lvmid)
It should be removed to simplified code inside HotSpot
- relates to
-
JDK-8286441 Remove mode parameter from jdk.internal.perf.Perf.attach()
- Resolved