Re: RFR: 8242425: JVMTI monitor operations should use Thread-Local Handshakes

2020-04-10 Thread Yasumasa Suenaga
K-8242425/webrev.00/ We've discussed to use Thread-Local Handshake in some JVMTI functions [1]. This change is for monitor functions. It affects GetOwnedMonitorInfo(), GetOwnedMonitorStackDepthInfo(), GetCurrentContendedMonitor(). It passed tests on submit repo (mach5-one-ysuenaga-JDK-8242425-20

Re: RFR: 8242425: JVMTI monitor operations should use Thread-Local Handshakes

2020-04-10 Thread serguei.spit...@oracle.com
or monitor functions. It affects GetOwnedMonitorInfo(), GetOwnedMonitorStackDepthInfo(), GetCurrentContendedMonitor(). It passed tests on submit repo (mach5-one-ysuenaga-JDK-8242425-20200410-0228-10075639), and also I confirmed to pass following

Re: RFR: 8242425: JVMTI monitor operations should use Thread-Local Handshakes

2020-04-10 Thread Yasumasa Suenaga
entContendedMonitor(). It passed tests on submit repo (mach5-one-ysuenaga-JDK-8242425-20200410-0228-10075639), and also I confirmed to pass following tests:  - serviceability/jvmti/GetOwnedMonitorInfo  - serviceability/jvmti/GetOwnedMonitorStackDepthInfo  - vmTestbase/nsk/jvmti/GetCurrentContend