Re: RFR: 8196729: Add jstatd option to specify RMI connector port

2020-02-04 Thread Daniil Titov
Hi Serguei, Thank you for finding this! Please review the new version of webrev [1] that has it corrected. The new webrev also includes changes in the test to make sure that all jstatd tests run for both styles of command line options. Testing: Mach5 jobs for sun/tools/jstatd succeeded. Tiers

Re: RFR: 8196729: Add jstatd option to specify RMI connector port

2020-02-04 Thread Chris Plummer
Good catch. It's a copy-n-paste bug from the block of code just above this block. You can use "-r " or "-r". The buggy code is handling the second form. The test case uses the first form so didn't catch this error. Chris On 2/4/20 7:51 PM, serguei.spit...@oracle.com wrote: Hi Daniil, It loo

Re: RFR: 8196729: Add jstatd option to specify RMI connector port

2020-02-04 Thread serguei.spit...@oracle.com
Hi Daniil, It looks okay to me in general. But I'm puzzled with this part: http://cr.openjdk.java.net/~dtitov/8196729/webrev.01/src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java.udiff.html +} else if (arg.startsWith("-r")) { +

Re: RFR: 8238196: tests that use SA Attach should not be allowed to run against signed binaries on Mac OS X 10.14.5 and later

2020-02-04 Thread Chris Plummer
Ping! And I decided to push to 15 instead of 14. Will backport to 14 eventually. thanks, Chris On 1/30/20 10:20 PM, Chris Plummer wrote: Yes, you are correct: https://bugs.openjdk.java.net/b

RE: RFR(L) 8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents

2020-02-04 Thread Reingruber, Richard
Hi, I have prepared webrev.4 that incorporates feedback from webrev.3 (thanks!) Full: http://cr.openjdk.java.net/~rrich/webrevs/2019/8227745/webrev.4/ Incremental: http://cr.openjdk.java.net/~rrich/webrevs/2019/8227745/webrev.4.inc/ I was not able to eliminate the additional suspend flag now. I