Re: RFR: 8311989: Test java/lang/Thread/virtual/Reflection.java timed out

2023-07-31 Thread Mandy Chung
On Fri, 28 Jul 2023 15:44:54 GMT, Alan Bateman wrote: > This is a test only change to a test that exercises core reflection from > virtual threads. One of the tests (testNewInstance6) uses a custom scheduler > in setup to check that calling a constructor reflectively, where the > constructor

Re: RFR: 8311989: Test java/lang/Thread/virtual/Reflection.java timed out

2023-07-31 Thread Jaikiran Pai
On Fri, 28 Jul 2023 15:44:54 GMT, Alan Bateman wrote: > This is a test only change to a test that exercises core reflection from > virtual threads. One of the tests (testNewInstance6) uses a custom scheduler > in setup to check that calling a constructor reflectively, where the > constructor

RFR: 8311989: Test java/lang/Thread/virtual/Reflection.java timed out

2023-07-29 Thread Alan Bateman
This is a test only change to a test that exercises core reflection from virtual threads. One of the its tests (testNewInstance6) uses a custom scheduler in setup to check that calling a constructor reflectively, where the constructor parks, doesn't pin the underlying carrier. The test