RFR: 8210107: vmTestbase/nsk/stress/network tests fail with Cannot assign requested address (Bind failed)

2018-12-05 Thread Leonid Mesnik
Hi Could you please review following fix which removes vmTestbase/nsk/stress/network tests. These tests are pretty old stress networking tests and are don't seem to be useful for hotspot. I was not able to find any product bugs related with these tests failures. Bug JDK-4245704

Re: RFR: 8278028: [test-library] Warnings cleanup of the test library [v2]

2021-12-13 Thread Leonid Mesnik
On Mon, 13 Dec 2021 20:58:50 GMT, Roger Riggs wrote: >> Compilation warnings of the test library introduce noise in test output and >> should be addressed or suppressed. >> Changes include: >> - SuppressWarnings("deprecation") and SuppressWarnings("removal") >> - Adding type parameters to Raw

Re: RFR: 8278028: [test-library] Warnings cleanup of the test library [v3]

2021-12-14 Thread Leonid Mesnik
On Tue, 14 Dec 2021 15:20:31 GMT, Roger Riggs wrote: >> Compilation warnings of the test library introduce noise in test output and >> should be addressed or suppressed. >> Changes include: >> - SuppressWarnings("deprecation") and SuppressWarnings("removal") >> - Adding type parameters to Raw