[jdk17] RFR: 8269281: java/foreign/Test{Down,Up}call.java time out

2021-07-09 Thread Maurizio Cimadamore
After some more investigation, I have been able to at least partially reproduce on my Linux box. While I can't get to same slowdown as we're seeing in test machines, I did notice that in fastdebug mode, TestUpcall is a lot slower than in release mode. The underlying issue is that these tests ar

Re: [jdk17] RFR: 8269281: java/foreign/Test{Down, Up}call.java time out

2021-07-12 Thread Jorn Vernee
On Fri, 9 Jul 2021 15:01:15 GMT, Maurizio Cimadamore wrote: > After some more investigation, I have been able to at least partially > reproduce on my Linux box. While I can't get to same slowdown as we're seeing > in test machines, I did notice that in fastdebug mode, TestUpcall is a lot > sl