+1
On 11/20/19 3:32 PM, Alex Menkov wrote:
Looks good.
--alex
On 11/19/2019 15:36, serguei.spit...@oracle.com wrote:
Please, review a fix for:
https://bugs.openjdk.java.net/browse/JDK-8169467
Webrev:
http://cr.openjdk.java.net/~sspitsyn/webrevs/2019/8169467-jvmti-local-instance.1/
Sum
Hi Marcus,
Thank you for the answers!
The update looks good to me.
A couple of minor minor comments.
http://cr.openjdk.java.net/~mgronlun/8233197/webrev02/src/hotspot/share/jfr/instrumentation/jfrJvmtiAgent.cpp.frames.html
57 static bool set_event_notification_mode(jvmtiEventMode mode,
58
Thank you, Alex!
Serguei
On 11/20/19 3:32 PM, Alex Menkov wrote:
Looks good.
--alex
On 11/19/2019 15:36, serguei.spit...@oracle.com wrote:
Please, review a fix for:
https://bugs.openjdk.java.net/browse/JDK-8169467
Webrev:
http://cr.openjdk.java.net/~sspitsyn/webrevs/2019/8169467-jvmti-loc
Looks good.
--alex
On 11/19/2019 15:36, serguei.spit...@oracle.com wrote:
Please, review a fix for:
https://bugs.openjdk.java.net/browse/JDK-8169467
Webrev:
http://cr.openjdk.java.net/~sspitsyn/webrevs/2019/8169467-jvmti-local-instance.1/
Summary:
The JVMTI GetLocalInstance function
Hi Serguei,
thanks for taking a look.
"It does not look as a good idea to change the JVMTI phase like above.
If you need the ONLOAD phase just to enable capabilities then it is better to
do it in the real ONLOAD phase.
Do I miss anything important here?
Please, ask questions if you h